remove deprecated API

This commit is contained in:
Johannes Rieken
2021-06-02 09:17:48 +02:00
parent dfc47c7957
commit 0b6e70302f
8 changed files with 46 additions and 111 deletions

View File

@@ -159,7 +159,6 @@ export class ExtHostNotebookDocument {
this._notebook = {
get uri() { return that.uri; },
get version() { return that._versionId; },
get viewType() { return that._notebookType; },
get notebookType() { return that._notebookType; },
get isDirty() { return that._isDirty; },
get isUntitled() { return that.uri.scheme === Schemas.untitled; },