Merge pull request #125849 from microsoft/tyriar/120369

Finalize terminal profile contributions
This commit is contained in:
Daniel Imms
2021-06-11 07:00:57 -07:00
committed by GitHub
13 changed files with 84 additions and 114 deletions

View File

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