Add terminal.integrated.automationShell

Fixes #78497
This commit is contained in:
Daniel Imms
2019-08-09 09:15:43 -07:00
parent ded1ac5379
commit 37e0b8e229
14 changed files with 72 additions and 26 deletions

View File

@@ -349,7 +349,7 @@ export class ExtHostDebugService implements IExtHostDebugService, ExtHostDebugSe
}).then(async needNewTerminal => {
const configProvider = await this._configurationService.getConfigProvider();
const shell = this._terminalService.getDefaultShell(configProvider);
const shell = this._terminalService.getDefaultShell(true, configProvider);
if (needNewTerminal || !this._integratedTerminalInstance) {
const options: vscode.TerminalOptions = {