debt - make vscode.Uri compatibile with URI, declare private ctor

This commit is contained in:
Johannes Rieken
2017-09-21 10:10:19 +02:00
parent 10237b64e6
commit 447fea8845
3 changed files with 121 additions and 104 deletions

View File

@@ -592,7 +592,7 @@ export function createApiFactory(
TextEditorRevealType: extHostTypes.TextEditorRevealType,
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,
Uri: <any>URI,
Uri: URI,
ViewColumn: extHostTypes.ViewColumn,
WorkspaceEdit: extHostTypes.WorkspaceEdit,
ProgressLocation: extHostTypes.ProgressLocation,
@@ -609,7 +609,7 @@ export function createApiFactory(
Task: extHostTypes.Task,
ConfigurationTarget: extHostTypes.ConfigurationTarget,
// TODO@JOH
// TODO@JOH,remote
FileChangeType: <any>FileChangeType,
FileType: <any>FileType
};