mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 17:43:00 -05:00
fix protected field
This commit is contained in:
committed by
Aaron Munger
parent
773e2b4dbf
commit
a086a83a4f
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user