fix protected field

This commit is contained in:
Aaron Munger 2023-11-17 10:09:54 -08:00 committed by Aaron Munger
parent 773e2b4dbf
commit a086a83a4f

View file

@ -58,7 +58,7 @@ export class NotebookVariablesView extends ViewPane {
this._register(this.notebookExecutionStateService.onDidChangeExecution(this.handleExecutionStateChange.bind(this)));
}
public override renderBody(container: HTMLElement): void {
protected override renderBody(container: HTMLElement): void {
super.renderBody(container);
this.tree = <NotebookVariablesTree>this.instantiationService.createInstance(