mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
remote, todo update, #48269
This commit is contained in:
@@ -68,8 +68,7 @@ export class ExtHostDocumentData extends MirrorTextModel {
|
||||
this._document = {
|
||||
get uri() { return data._uri; },
|
||||
get fileName() { return data._uri.fsPath; },
|
||||
// todo@remote
|
||||
// documents from other fs-provider must not be untitled
|
||||
// todo@remote -> https://github.com/Microsoft/vscode/issues/48269
|
||||
get isUntitled() { return data._uri.scheme !== 'file'; },
|
||||
get languageId() { return data._languageId; },
|
||||
get version() { return data._versionId; },
|
||||
|
||||
Reference in New Issue
Block a user