1
0

Switch to using Rustup toolchain.

This commit is contained in:
2024-05-22 17:25:08 +02:00
parent b2679b0e54
commit fc4f3a3a2b

View File

@@ -1,7 +1,7 @@
{
"languageserver": {
"rust": {
"command": "/usr/bin/rust-analyzer",
"command": "/home/nicolas/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rust-analyzer",
"filetypes": ["rust"],
"rootPatterns": ["Cargo.toml"]
},