We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac313b commit 7523152Copy full SHA for 7523152
src/etc/rust_analyzer_settings.json
@@ -34,5 +34,8 @@
34
"rust-analyzer.rustc.source": "./Cargo.toml",
35
"rust-analyzer.cargo.extraEnv": {
36
"RUSTC_BOOTSTRAP": "1"
37
+ },
38
+ "rust-analyzer.server.extraEnv": {
39
+ "RUSTUP_TOOLCHAIN": "nightly"
40
}
41
0 commit comments