mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-27 21:09:31 +01:00
dispose test disposable
This commit is contained in:
@@ -430,7 +430,7 @@ export function createNotebookCellList(instantiationService: TestInstantiationSe
|
||||
};
|
||||
|
||||
const notebookOptions = !!viewContext ? viewContext.notebookOptions
|
||||
: new NotebookOptions(instantiationService.get(IConfigurationService), instantiationService.get(INotebookExecutionStateService), false);
|
||||
: disposables.add(new NotebookOptions(instantiationService.get(IConfigurationService), instantiationService.get(INotebookExecutionStateService), false));
|
||||
const cellList: NotebookCellList = disposables.add(instantiationService.createInstance(
|
||||
NotebookCellList,
|
||||
'NotebookCellList',
|
||||
|
||||
Reference in New Issue
Block a user