prefix api object with api-prefix, like apiCell

This commit is contained in:
Johannes Rieken
2021-04-21 15:34:44 +02:00
parent e468d47ed8
commit e2c9703995
8 changed files with 126 additions and 126 deletions

View File

@@ -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;