diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables.ts b/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables.ts index 90b17fe7aad..be6c2da14e1 100644 --- a/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables.ts +++ b/src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables.ts @@ -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')