mirror of
https://github.com/cdr/code-server.git
synced 2026-04-11 17:47:16 +02:00
Fix another build failure
This commit is contained in:
parent
56e784e513
commit
5ecc7aa83f
1 changed files with 13 additions and 0 deletions
|
|
@ -36,3 +36,16 @@ Index: code-server/lib/vscode/build/lib/mangle/index.ts
|
|||
minWorkers: 'max'
|
||||
});
|
||||
}
|
||||
Index: code-server/lib/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
|
||||
===================================================================
|
||||
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
|
||||
+++ code-server/lib/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.ts
|
||||
@@ -58,7 +58,7 @@ export const ConfirmTerminalCommandToolD
|
||||
};
|
||||
|
||||
export class ConfirmTerminalCommandTool extends RunInTerminalTool {
|
||||
- override get _enableCommandLineSandboxRewriting() {
|
||||
+ protected override get _enableCommandLineSandboxRewriting() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue