- Notifications
You must be signed in to change notification settings - Fork 997
Open
Labels
Description
Describe the problem you are trying to solve
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