Skip to content

Commit 6e01e05

Browse files
authored
Update index.ts
1 parent e33dc67 commit 6e01e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const runExercise = async ({ run, task, server }: { run: Run; task: Task; server
190190
ROO_CODE_IPC_SOCKET_PATH: taskSocketPath,
191191
},
192192
shell: "/bin/bash",
193-
})`code --disable-workspace-trust -W ${workspacePath}`
193+
})`code --disable-workspace-trust -n ${workspacePath}`
194194

195195
// Give VSCode some time to spawn before connecting to its unix socket.
196196
await new Promise((resolve) => setTimeout(resolve, 3_000))

0 commit comments

Comments
 (0)