We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773e2b4 commit a086a83Copy full SHA for a086a83
1 file changed
src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView.ts
@@ -58,7 +58,7 @@ export class NotebookVariablesView extends ViewPane {
58
this._register(this.notebookExecutionStateService.onDidChangeExecution(this.handleExecutionStateChange.bind(this)));
59
}
60
61
- public override renderBody(container: HTMLElement): void {
+ protected override renderBody(container: HTMLElement): void {
62
super.renderBody(container);
63
64
this.tree = <NotebookVariablesTree>this.instantiationService.createInstance(
0 commit comments