probe-rs / vscode

VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.
https://probe.rs/
Other
65 stars 6 forks source link

Revert "Support homedir references (`~` or `$HOME`) in runtimeExecutable config" #19

Closed dbrgn closed 2 years ago

dbrgn commented 2 years ago

As discussed in #18, this reverts commit 4f5e4105d833697c95fc415afeebe5b92f0bfee9.

Instead of using ~ or $HOME, the variable ${env:HOME} should be used, as it's the official way of referencing the home dir: https://code.visualstudio.com/docs/editor/variables-reference#_environment-variables

bors[bot] commented 2 years ago

Build succeeded: