Updated debug config

This commit is contained in:
Abdelrahman Said 2023-06-30 01:15:57 +01:00
parent 96e9df0434
commit 93e17c0c54

2
.vscode/launch.json vendored
View File

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