Skip to content

Commit

Permalink
enabled debugging in vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrenger committed Sep 5, 2021
1 parent bba72ff commit c3cea36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"value": "1"
}
],
"console": "externalTerminal"
"console": "externalTerminal",
"env": {
"CARGO_MANIFEST_DIR": "${workspaceFolder}"
}
}
]
}

0 comments on commit c3cea36

Please sign in to comment.