diff options
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index d478eff36..de9fea74d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "name": "bun test", "program": "bun-debug", "args": ["wiptest", "${file}"], - "cwd": "${workspaceFolder}/test/bun.js", + "cwd": "${workspaceFolder}", "env": { "FORCE_COLOR": "1" }, |