api: implement extension mode api (#95926) (#97081)

This commit is contained in:
Connor Peet
2020-05-06 11:36:04 -07:00
committed by GitHub
parent 55fa934ac7
commit 773c398dfc
4 changed files with 72 additions and 2 deletions

View File

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