remote, todo update, #48269

This commit is contained in:
Johannes Rieken
2018-04-20 13:53:23 +02:00
parent 80759012c0
commit 9bcb7a0cfe

View File

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