Skip to content

Commit

Permalink
Corrected the run-program.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
solomiofactura committed Sep 26, 2024
1 parent f1370a4 commit fe4adbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"request": "launch",
"program": "bash",
"args": [
"${workspaceFolder}/.vscode/run-program.sh" // Only call the script without additional args
"${workspaceFolder}/.devcontainer/run-program.sh" // Only call the script without additional args
],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
Expand Down

0 comments on commit fe4adbb

Please sign in to comment.