mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 05:23:12 +00:00
Align the name of proc-macro enabling flag
We use `enable`, not `enabled` elsewhere
This commit is contained in:
parent
d436beeb04
commit
9e16e2b279
2 changed files with 2 additions and 2 deletions
|
|
@ -389,7 +389,7 @@
|
|||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"rust-analyzer.procMacro.enabled": {
|
||||
"rust-analyzer.procMacro.enable": {
|
||||
"description": "Enable Proc macro support, cargo.loadOutDirsFromCheck must be enabled.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue