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'm not sure if this specific config file is used at all by rust-analyzer (it seems poorly documented), but I have my project set up well for everything else and rust-analyzer was still wanting to use my default target/toolchain, rather than the project specified one.
In the meantime I needed to add a settings.json to my project folder with the following, which works well, but it would just be nicer if the target was automatically picked up from .cargo/config.toml:
I'm not sure if this specific config file is used at all by rust-analyzer (it seems poorly documented), but I have my project set up well for everything else and rust-analyzer was still wanting to use my default target/toolchain, rather than the project specified one.
In the meantime I needed to add a settings.json to my project folder with the following, which works well, but it would just be nicer if the target was automatically picked up from .cargo/config.toml:
Thanks!
The text was updated successfully, but these errors were encountered: