One URI is enought..., fixes #31038

This commit is contained in:
Johannes Rieken
2017-07-20 09:44:38 +02:00
parent 17021a2891
commit f5c4b7abd3
6 changed files with 18 additions and 25 deletions

View File

@@ -554,7 +554,7 @@ export function createApiFactory(
TextEditorRevealType: extHostTypes.TextEditorRevealType,
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,
Uri: extHostTypes.Uri,
Uri: <any>URI,
ViewColumn: extHostTypes.ViewColumn,
WorkspaceEdit: extHostTypes.WorkspaceEdit,
ProgressLocation: extHostTypes.ProgressLocation,