mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
Merge #4711
4711: Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by default r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
0035dafbfa
3 changed files with 4 additions and 4 deletions
|
@ -238,7 +238,7 @@
|
|||
},
|
||||
"rust-analyzer.cargo.allFeatures": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "Activate all available features"
|
||||
},
|
||||
"rust-analyzer.cargo.features": {
|
||||
|
@ -319,7 +319,7 @@
|
|||
},
|
||||
"rust-analyzer.checkOnSave.allFeatures": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"markdownDescription": "Check with all features (will be passed as `--all-features`)"
|
||||
},
|
||||
"rust-analyzer.inlayHints.enable": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue