mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
simpler storing of ExtHostNotebookEditor
This commit is contained in:
@@ -108,7 +108,7 @@ export class ExtHostNotebookEditor {
|
||||
this._viewColumn = viewColumn;
|
||||
}
|
||||
|
||||
get editor(): vscode.NotebookEditor {
|
||||
get apiEditor(): vscode.NotebookEditor {
|
||||
if (!this._editor) {
|
||||
const that = this;
|
||||
this._editor = {
|
||||
|
||||
Reference in New Issue
Block a user