mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
remove deprecated API
This commit is contained in:
@@ -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; },
|
||||
|
||||
Reference in New Issue
Block a user