Skip to content

Commit

Permalink
feat(VSCode IDE): specify the language as being rust for remote debug…
Browse files Browse the repository at this point in the history
…ging
  • Loading branch information
NeroReflex committed Jan 2, 2025
1 parent 9674554 commit 6f745b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/target/debug/inputplumber",
"sourceLanguages": ["rust"],
"initCommands": [
"platform select remote-linux",
"platform connect connect://192.168.1.19:1234",
Expand Down

0 comments on commit 6f745b8

Please sign in to comment.