Remove getDefaultShell

This commit is contained in:
Daniel Imms
2019-06-19 15:31:44 -07:00
parent 0aab08edf2
commit 994bfe2d6a
8 changed files with 7 additions and 34 deletions

View File

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