You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustup can be used to run commands from a specific toolchain, but not from the active one. It would be nice to have a way to do this.
There is a workaround of running the command directly, but there's no guarantee that PATH contains ~/.cargo/bin. Another workaround is to parse the output of rustup show, but it's awkward.
The text was updated successfully, but these errors were encountered:
lnicola
changed the title
[Feature Request] Add support for "rustup run default foo"
[Feature Request] Add support for "rustup run active foo"
Oct 29, 2017
rustup
can be used to run commands from a specific toolchain, but not from the active one. It would be nice to have a way to do this.There is a workaround of running the command directly, but there's no guarantee that
PATH
contains~/.cargo/bin
. Another workaround is to parse the output ofrustup show
, but it's awkward.See also rust-lang/vscode-rust#179.
The text was updated successfully, but these errors were encountered: