mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Disable old shell detection mechanism
This commit is contained in:
@@ -576,11 +576,9 @@ export class ExtHostTerminalService implements ExtHostTerminalServiceShape {
|
||||
}
|
||||
|
||||
public $requestWindowsShells(): Promise<IShellDefinitionDto[]> {
|
||||
console.log('$requestWindowsShells');
|
||||
if (!platform.isWindows) {
|
||||
throw new Error('Can only detect Windows shells on Windows');
|
||||
}
|
||||
console.log('$requestWindowsShells2');
|
||||
return detectWindowsShells();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user