diff --git a/bootstrap/cxx/.vscode/launch.json b/bootstrap/cxx/.vscode/launch.json index e81d80199..e72879480 100644 --- a/bootstrap/cxx/.vscode/launch.json +++ b/bootstrap/cxx/.vscode/launch.json @@ -9,7 +9,7 @@ "request": "launch", "name": "Debug", "program": "${workspaceFolder}/build/bolt", - "args": [ "--direct-diagnostics", "verify", "test/checker/wrong_return_type.bolt" ], + "args": [ "--direct-diagnostics", "verify", "${workspaceFolder}/test.bolt" ], "cwd": "${workspaceFolder}", "preLaunchTask": "CMake: build" }