Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a means of setting the toolchain used by rust-analyzer in VSCode #18759

Open
Veykril opened this issue Dec 26, 2024 · 0 comments
Open
Labels
S-unactionable Issue requires feedback, design decisions or is blocked on other work

Comments

@Veykril
Copy link
Member

Veykril commented Dec 26, 2024

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
Image

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.

@Veykril Veykril added the S-unactionable Issue requires feedback, design decisions or is blocked on other work label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-unactionable Issue requires feedback, design decisions or is blocked on other work
Projects
None yet
Development

No branches or pull requests

1 participant