Adds ExtensionContext.extensionRuntime - #104436

This commit is contained in:
Eric Amodio
2020-08-11 15:12:16 -04:00
parent e4296330de
commit 1fc60f8b96
6 changed files with 42 additions and 1 deletions

View File

@@ -1036,6 +1036,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
EventEmitter: Emitter,
ExtensionKind: extHostTypes.ExtensionKind,
ExtensionMode: extHostTypes.ExtensionMode,
ExtensionRuntime: extHostTypes.ExtensionRuntime,
CustomExecution: extHostTypes.CustomExecution,
CustomExecution2: extHostTypes.CustomExecution,
FileChangeType: extHostTypes.FileChangeType,