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

@@ -589,11 +589,6 @@ export class ExtHostTerminalService implements ExtHostTerminalServiceShape {
return detectAvailableShells();
}
// TODO: Remove this once requestDefaultShellAndArgs is working
public $requestDefaultShell(): Promise<string> {
return Promise.resolve(getSystemShell(platform.platform));
}
public async $requestDefaultShellAndArgs(): Promise<IShellAndArgsDto> {
const configProvider = await this._extHostConfiguration.getConfigProvider();
return Promise.resolve({