Make VSCode launch test sandbox Bolt code by default
This commit is contained in:
parent
3942004f76
commit
25ccf60e02
1 changed files with 1 additions and 1 deletions
2
bootstrap/cxx/.vscode/launch.json
vendored
2
bootstrap/cxx/.vscode/launch.json
vendored
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue