remote - a few more todo-tags after a 'file'-scheme search

This commit is contained in:
Johannes Rieken
2018-01-16 10:59:37 -08:00
parent 688f853578
commit 4b5c0ec9d1
3 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ 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
get isUntitled() { return data._uri.scheme !== 'file'; },
get languageId() { return data._languageId; },
get version() { return data._versionId; },