diff --git a/src/vs/workbench/api/node/extHostDebugService.ts b/src/vs/workbench/api/node/extHostDebugService.ts index af7f1aed30c..9c57a44248e 100644 --- a/src/vs/workbench/api/node/extHostDebugService.ts +++ b/src/vs/workbench/api/node/extHostDebugService.ts @@ -88,7 +88,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase { if (!terminal) { const options: vscode.TerminalOptions = { shellPath: shell, - // shellArgs: this._terminalService._getDefaultShellArgs(configProvider), + shellArgs: this._terminalService.getDefaultShellArgs(true, configProvider), cwd: args.cwd, name: args.title || nls.localize('debug.terminal.title', "debuggee"), };