mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Remove getDefaultShell
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user