mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Update src/vs/workbench/api/node/extHostDebugService.ts
Co-authored-by: Connor Peet <connor@peet.io>
This commit is contained in:
@@ -82,7 +82,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase {
|
||||
const shell = this._terminalService.getDefaultShell(true, configProvider);
|
||||
const shellArgs = this._terminalService.getDefaultShellArgs(true, configProvider);
|
||||
|
||||
const terminalName = args.title || nls.localize('debug.terminal.title', "debuggee");
|
||||
const terminalName = args.title || nls.localize('debug.terminal.title', "Debug Process");
|
||||
|
||||
const shellConfig = JSON.stringify({ shell, shellArgs });
|
||||
let terminal = await this._integratedTerminalInstances.checkout(shellConfig, terminalName);
|
||||
|
||||
Reference in New Issue
Block a user