Use stable toolchain for rust-analyzer in VS Code

This commit is contained in:
Jack Grigg 2024-08-23 15:02:43 +00:00
parent cb36c4cd53
commit 8688929723

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"rust-analyzer.server.extraEnv": { "RUSTUP_TOOLCHAIN": "stable" }
}