mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Tests/notebook find tests (#8827)
* updates to existing book tests * notebookFindModal tests * remove commented code * undo book test changes * undo book test changes * resolve the find array * additional tests
This commit is contained in:
@@ -462,7 +462,7 @@ export abstract class NotebookInput extends EditorInput {
|
||||
}
|
||||
}
|
||||
|
||||
class NotebookEditorContentManager implements IContentManager {
|
||||
export class NotebookEditorContentManager implements IContentManager {
|
||||
constructor(
|
||||
private notebookInput: NotebookInput,
|
||||
@IInstantiationService private readonly instantiationService: IInstantiationService) {
|
||||
|
||||
Reference in New Issue
Block a user