Enable shell selector outside Windows

Fixes #75718
This commit is contained in:
Daniel Imms
2019-06-18 11:28:30 -07:00
parent b3bba0c939
commit 331da82ad5
8 changed files with 30 additions and 27 deletions

View File

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