Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"

This reverts commit 7a976501eb, reversing
changes made to 2257676834.
This commit is contained in:
Harald Kirschner
2021-05-25 17:19:40 -07:00
parent 7a976501eb
commit 7c01395da1
45 changed files with 264 additions and 585 deletions

View File

@@ -350,7 +350,7 @@ export abstract class BaseExtHostTerminalService extends Disposable implements I
public getDefaultShellArgs(useAutomationShell: boolean): string[] | string {
const profile = useAutomationShell ? this._defaultAutomationProfile : this._defaultProfile;
return profile?.args || [];
return profile?.args || [''];
}
public createExtensionTerminal(options: vscode.ExtensionTerminalOptions): vscode.Terminal {