mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 05:23:12 +00:00
Add proc-macro cli command for rust-analyzer
This commit is contained in:
parent
ca7dc69a8e
commit
177becea98
14 changed files with 47 additions and 26 deletions
|
|
@ -393,11 +393,6 @@
|
|||
"description": "Enable Proc macro support, cargo.loadOutDirsFromCheck must be enabled.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"rust-analyzer.procMacro.serverPath": {
|
||||
"description": "Proc macro server path",
|
||||
"type": "string",
|
||||
"default": "ra_proc_macro_srv"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue