mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 21:37:39 +00:00
Remove proc-macro server command from the rust-analyzer binary
This commit is contained in:
parent
943d2a8a1c
commit
c21860bd6a
15 changed files with 109 additions and 162 deletions
|
|
@ -1305,7 +1305,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
"rust-analyzer.procMacro.server": {
|
||||
"markdownDescription": "Internal config, path to proc-macro server executable (typically,\nthis is rust-analyzer itself, but we override this in tests).",
|
||||
"markdownDescription": "Internal config, path to proc-macro server executable.",
|
||||
"default": null,
|
||||
"type": [
|
||||
"null",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue