mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 13:46:17 +00:00
only trigger view creation when notebook is opened (#198568)
This commit is contained in:
@@ -26,9 +26,6 @@ export class NotebookVariables extends Disposable implements IWorkbenchContribut
|
||||
@IConfigurationService configurationService: IConfigurationService,
|
||||
) {
|
||||
super();
|
||||
if (this.initializeView()) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.listener = this.editorService.onDidEditorsChange(() => {
|
||||
if (configurationService.getValue('notebook.experimental.notebookVariablesView')
|
||||
|
||||
Reference in New Issue
Block a user