mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
prefix api object with api-prefix, like apiCell
This commit is contained in:
@@ -100,7 +100,7 @@ export class ExtHostNotebookEditor {
|
||||
const that = this;
|
||||
this._editor = {
|
||||
get document() {
|
||||
return that.notebookData.notebookDocument;
|
||||
return that.notebookData.apiNotebook;
|
||||
},
|
||||
get selections() {
|
||||
return that._selections;
|
||||
|
||||
Reference in New Issue
Block a user