mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-10 02:12:40 +00:00
feat: avoid checking the whole project during initial loading
This commit is contained in:
parent
7be06139b6
commit
186c5c47cb
14 changed files with 251 additions and 124 deletions
|
@ -434,6 +434,11 @@
|
|||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.cargo.useRustcWrapperForBuildScripts": {
|
||||
"markdownDescription": "Use `RUSTC_WRAPPER=rust-analyzer` when running build scripts to\navoid compiling unnecessary things.",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.cargo.noDefaultFeatures": {
|
||||
"markdownDescription": "Do not activate the `default` feature.",
|
||||
"default": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue