Activation event, register api

This commit is contained in:
Daniel Imms
2021-05-26 07:41:16 -07:00
parent 789a91a487
commit e29194ad0d
7 changed files with 114 additions and 13 deletions

View File

@@ -476,6 +476,8 @@ export interface MainThreadTerminalServiceShape extends IDisposable {
$startLinkProvider(): void;
$stopLinkProvider(): void;
$registerProcessSupport(isSupported: boolean): void;
$registerProfileProvider(id: string): void;
$unregisterProfileProvider(id: string): void;
$setEnvironmentVariableCollection(extensionIdentifier: string, persistent: boolean, collection: ISerializableEnvironmentVariableCollection | undefined): void;
// Process