This commit is contained in:
Alex Dima
2019-04-16 11:34:56 +03:00
parent be4f8d5736
commit f526e46357
8 changed files with 146 additions and 16 deletions

View File

@@ -805,6 +805,7 @@ export function createApiFactory(
Range: extHostTypes.Range,
RelativePattern: extHostTypes.RelativePattern,
ResolvedAuthority: extHostTypes.ResolvedAuthority,
RemoteAuthorityResolverError: extHostTypes.RemoteAuthorityResolverError,
Selection: extHostTypes.Selection,
SelectionRange: extHostTypes.SelectionRange,
ShellExecution: extHostTypes.ShellExecution,