Add rustc-source to suggested rust-analyzer config (#1189)
This allows loading the sources for crates loaded from the sysroot.
This commit is contained in:
parent
41fc234ac2
commit
0a8972aeb1
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ you can write:
|
|||
],
|
||||
"editor.formatOnSave": true,
|
||||
"rust-analyzer.cargo.runBuildScripts": false,
|
||||
"rust-analyzer.rustcSource": "./Cargo.toml",
|
||||
"rust-analyzer.procMacro.enable": false
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue