mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix code cli flag in evals (#2889)
This commit is contained in:
parent
1543713c32
commit
03925d25b0
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ const runExercise = async ({ run, task, server }: { run: Run; task: Task; server
|
|||
ROO_CODE_IPC_SOCKET_PATH: taskSocketPath,
|
||||
},
|
||||
shell: "/bin/bash",
|
||||
})`code --disable-workspace-trust -W ${workspacePath}`
|
||||
})`code --disable-workspace-trust -n ${workspacePath}`
|
||||
|
||||
// Give VSCode some time to spawn before connecting to its unix socket.
|
||||
await new Promise((resolve) => setTimeout(resolve, 3_000))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue