Finalize task custom execution variable resolving

Fixes #81007
This commit is contained in:
Alex Ross
2020-08-20 13:48:42 +02:00
parent 362e49228c
commit 640caaef05
7 changed files with 12 additions and 26 deletions

View File

@@ -1039,7 +1039,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ExtensionMode: extHostTypes.ExtensionMode,
ExtensionRuntime: extHostTypes.ExtensionRuntime,
CustomExecution: extHostTypes.CustomExecution,
CustomExecution2: extHostTypes.CustomExecution,
FileChangeType: extHostTypes.FileChangeType,
FileSystemError: extHostTypes.FileSystemError,
FileType: files.FileType,