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
In order to support VS Code's "workspace trust" feature in rust-analyzer (rust-lang/rust-analyzer#9224), we'd like to disable rust-toolchain.toml support, since that allows arbitrary code execution.
Describe the solution you'd like
The easiest solution would be some environment variable that simply disables this toolchain file, but I'm open to alternatives.
link2xt, polarathene, ognevny, KorigamiK and FliegendeWurst