mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
respect user settings when creating terminals; fixes #109111
This commit is contained in:
@@ -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"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user