mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Move single ext collection updates across
This commit is contained in:
@@ -428,7 +428,6 @@ export interface TerminalLaunchConfig {
|
||||
}
|
||||
|
||||
export interface IEnvironmentVariableCollectionDto {
|
||||
extensionIdentifier: string;
|
||||
variables: string[];
|
||||
values: string[];
|
||||
types: EnvironmentVariableMutatorType[];
|
||||
@@ -444,7 +443,7 @@ export interface MainThreadTerminalServiceShape extends IDisposable {
|
||||
$stopSendingDataEvents(): void;
|
||||
$startHandlingLinks(): void;
|
||||
$stopHandlingLinks(): void;
|
||||
$updateEnvironmentVariableCollections(collections: IEnvironmentVariableCollectionDto[]): void;
|
||||
$setEnvironmentVariableCollection(extensionIdentifier: string, collection: IEnvironmentVariableCollectionDto | undefined): void;
|
||||
|
||||
// Process
|
||||
$sendProcessTitle(terminalId: number, title: string): void;
|
||||
|
||||
Reference in New Issue
Block a user