Switch to using Rustup toolchain.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"languageserver": {
|
"languageserver": {
|
||||||
"rust": {
|
"rust": {
|
||||||
"command": "/usr/bin/rust-analyzer",
|
"command": "/home/nicolas/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rust-analyzer",
|
||||||
"filetypes": ["rust"],
|
"filetypes": ["rust"],
|
||||||
"rootPatterns": ["Cargo.toml"]
|
"rootPatterns": ["Cargo.toml"]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user