<!-- Thanks for filing an 🙋 enhancement request 😄! --> **Describe the problem you are trying to solve** <!-- A clear and concise description of the problem this enhancement request is trying to solve. --> In order to support VS Code's "workspace trust" feature in rust-analyzer (https://github.com/rust-analyzer/rust-analyzer/issues/9224), we'd like to disable `rust-toolchain.toml` support, since that allows arbitrary code execution. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> The easiest solution would be some environment variable that simply disables this toolchain file, but I'm open to alternatives.