Skip to content

Commit

Permalink
only trigger view creation when notebook is opened (#198568)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored Nov 17, 2023
1 parent 69c3625 commit dbd4b8a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit dbd4b8a

Please sign in to comment.