Update debug config

This commit is contained in:
Abdelrahman Said 2023-07-01 04:42:00 +01:00
parent e2c4e56fcd
commit f8d69310be

2
.vscode/launch.json vendored
View File

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