Skip to content

Commit a086a83

Browse files
committed
fix protected field
1 parent 773e2b4 commit a086a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class NotebookVariablesView extends ViewPane {
5858
this._register(this.notebookExecutionStateService.onDidChangeExecution(this.handleExecutionStateChange.bind(this)));
5959
}
6060

61-
public override renderBody(container: HTMLElement): void {
61+
protected override renderBody(container: HTMLElement): void {
6262
super.renderBody(container);
6363

6464
this.tree = <NotebookVariablesTree>this.instantiationService.createInstance(

0 commit comments

Comments
 (0)