mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -721,7 +721,7 @@ export class RunInTerminalTool extends Disposable implements IToolImpl {
|
||||
|
||||
if (requiresUnsandboxConfirmation) {
|
||||
confirmationTitle = args.isBackground
|
||||
? localize('runInTerminal.unsandboxed.background', "Run `{0}` background command outside the sandbox?", shellType)
|
||||
? localize('runInTerminal.unsandboxed.background', "Run `{0}` command outside the sandbox in background?", shellType)
|
||||
: localize('runInTerminal.unsandboxed', "Run `{0}` command outside the sandbox?", shellType);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user