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
I've been reminded how with the python vscode extension you can select the interpreter used from a drop down list, it feels like we should be able to do something similar for the rust toolchain used
Ideally this would only live in the extension, but the toolchain choice is a per workspace thing and so likely needs integration with either rust-analyzer.toml(which does not yet work that well) or interfacing directly with toolchain overrides. Though the rust-analyzer used is not a per toolchain choice, so it might suffice to set it "globally", force the server from the toolchain to be used etc.
The text was updated successfully, but these errors were encountered:
I've been reminded how with the python vscode extension you can select the interpreter used from a drop down list, it feels like we should be able to do something similar for the rust toolchain used
Ideally this would only live in the extension, but the toolchain choice is a per workspace thing and so likely needs integration with either
rust-analyzer.toml
(which does not yet work that well) or interfacing directly with toolchain overrides. Though the rust-analyzer used is not a per toolchain choice, so it might suffice to set it "globally", force the server from the toolchain to be used etc.The text was updated successfully, but these errors were encountered: