debt - remove old proposed API: vscode.ExtensionContext#executionContext

This commit is contained in:
Johannes Rieken
2019-09-02 11:13:51 +02:00
parent 3ac5830dcf
commit 86dce614df
5 changed files with 2 additions and 21 deletions

View File

@@ -831,7 +831,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
DocumentSymbol: extHostTypes.DocumentSymbol,
EndOfLine: extHostTypes.EndOfLine,
EventEmitter: Emitter,
ExtensionExecutionContext: extHostTypes.ExtensionExecutionContext,
ExtensionKind: extHostTypes.ExtensionKind,
CustomExecution2: extHostTypes.CustomExecution2,
FileChangeType: extHostTypes.FileChangeType,