Rename CustomExecution2 to CustomExecution

Part of #80375
This commit is contained in:
Alex Ross
2019-10-11 14:43:23 +02:00
parent 6251b1c226
commit dc4b1c231c
11 changed files with 74 additions and 74 deletions

View File

@@ -847,7 +847,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
EndOfLine: extHostTypes.EndOfLine,
EventEmitter: Emitter,
ExtensionKind: extHostTypes.ExtensionKind,
CustomExecution2: extHostTypes.CustomExecution2,
CustomExecution: extHostTypes.CustomExecution,
FileChangeType: extHostTypes.FileChangeType,
FileSystemError: extHostTypes.FileSystemError,
FileType: files.FileType,