Update debug config

This commit is contained in:
Abdelrahman Said 2023-06-24 03:41:56 +01:00
parent 84533ad643
commit 311a9362ea

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"request": "launch",
"program": "${workspaceFolder}/main",
"args": [
"${workspaceFolder}/test_files/menu.json"
"${workspaceFolder}/test_files/webapp.json"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",