mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
simplify URI implementation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user