Skip to content

Commit

Permalink
chore: update debug cwd to target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tootal committed Jan 10, 2024
1 parent b2180c0 commit c02c6a5
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 @@ -11,7 +11,7 @@
"program": "${command:cmake.launchTargetPath}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"cwd": "${command:cmake.getLaunchTargetDirectory}",
"environment": [
{
"name": "PATH",
Expand Down

0 comments on commit c02c6a5

Please sign in to comment.