Update debug config
This commit is contained in:
parent
b0e527ee76
commit
558d01448d
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -9,7 +9,9 @@
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/main",
|
||||
"args": [],
|
||||
"args": [
|
||||
"${workspaceFolder}/test_files/webapp.json"
|
||||
],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
|
Loading…
Reference in New Issue
Block a user