File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,16 @@ Index: code-server/lib/vscode/build/lib/mangle/index.ts
3636 minWorkers: 'max'
3737 });
3838 }
39+ Index: code-server/lib/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
40+ ===================================================================
41+ --- code-server.orig/lib/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
42+ +++ code-server/lib/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
43+ @@ -58,7 +58,7 @@ export const ConfirmTerminalCommandToolD
44+ };
45+
46+ export class ConfirmTerminalCommandTool extends RunInTerminalTool {
47+ - override get _enableCommandLineSandboxRewriting() {
48+ + protected override get _enableCommandLineSandboxRewriting() {
49+ return false;
50+ }
51+
You can’t perform that action at this time.
0 commit comments