Call getDefaultShell via ext host on web

Part of #75795
This commit is contained in:
Daniel Imms
2019-06-19 12:57:26 -07:00
parent c62e57fed1
commit 87e16500d2
9 changed files with 44 additions and 34 deletions

View File

@@ -1129,6 +1129,7 @@ export interface ExtHostTerminalServiceShape {
$acceptProcessRequestLatency(id: number): number;
$acceptWorkspacePermissionsChanged(isAllowed: boolean): void;
$requestAvailableShells(): Promise<IShellDefinitionDto[]>;
$requestDefaultShell(): Promise<string>;
}
export interface ExtHostSCMShape {