simplify URI implementation

This commit is contained in:
Johannes Rieken
2017-07-18 15:07:57 +02:00
parent 6a465fc3d2
commit 531b6b1c21
6 changed files with 70 additions and 121 deletions

View File

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