mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
fix the find highlight issues (#15149)
* register mode changes, remove cleanMarkdownLinks * fixes * test fixes and scroll to center change
This commit is contained in:
@@ -81,6 +81,10 @@ class NotebookModelStub extends stubs.NotebookModelStub {
|
||||
// When relevant a mock is used to intercept this call to do any verifications or run
|
||||
// any code relevant for testing in the context of the test.
|
||||
}
|
||||
|
||||
get activeCell(): ICellModel {
|
||||
return <ICellModel>{};
|
||||
}
|
||||
}
|
||||
|
||||
suite('Test class NotebookEditor:', () => {
|
||||
|
||||
Reference in New Issue
Block a user