Skip to content

Commit

Permalink
chore: update vscode launch task
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 29, 2024
1 parent 061d150 commit 5bbf7b5
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 @@ -5,7 +5,7 @@
"name": "Launch",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceRoot}/target/debug/wm.exe",
"program": "${workspaceRoot}/target/debug/glazewm.exe",
"preLaunchTask": "rust: cargo build",
"args": ["start"],
"stopAtEntry": false,
Expand Down

0 comments on commit 5bbf7b5

Please sign in to comment.