Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a1266c4a67..406e41767f 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -2773,20 +2773,7 @@ { "title": "Proc Macro", "properties": { - "rust-analyzer.procMacro.server": { - "markdownDescription": "Internal config, path to proc-macro server executable.", - "default": null, - "type": [ - "null", - "string" - ] - } - } - }, - { - "title": "Proc", - "properties": { - "rust-analyzer.proc.macro.processes": { + "rust-analyzer.procMacro.processes": { "markdownDescription": "Number of proc-macro server processes to spawn.\n\nControls how many independent `proc-macro-srv` processes rust-analyzer\nruns in parallel to handle macro expansion.", "default": 1, "anyOf": [ @@ -2809,6 +2796,19 @@ } }, { + "title": "Proc Macro", + "properties": { + "rust-analyzer.procMacro.server": { + "markdownDescription": "Internal config, path to proc-macro server executable.", + "default": null, + "type": [ + "null", + "string" + ] + } + } + }, + { "title": "Profiling", "properties": { "rust-analyzer.profiling.memoryProfile": { |