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:
Isidor Nikolic
2026-03-20 20:38:38 +01:00
committed by GitHub
parent 2372a22ba1
commit 1d47f2365b

View File

@@ -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);
}