Add terminal.integrated.automationShell

Fixes #78497
This commit is contained in:
Daniel Imms
2019-08-09 09:15:43 -07:00
parent ded1ac5379
commit 37e0b8e229
14 changed files with 72 additions and 26 deletions

View File

@@ -1166,7 +1166,7 @@ export interface ExtHostTerminalServiceShape {
$acceptProcessRequestLatency(id: number): number;
$acceptWorkspacePermissionsChanged(isAllowed: boolean): void;
$requestAvailableShells(): Promise<IShellDefinitionDto[]>;
$requestDefaultShellAndArgs(): Promise<IShellAndArgsDto>;
$requestDefaultShellAndArgs(useAutomationShell: boolean): Promise<IShellAndArgsDto>;
}
export interface ExtHostSCMShape {