Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration_generated.md')
| -rw-r--r-- | docs/book/src/configuration_generated.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md index d3f41fb152..5b1a2e1111 100644 --- a/docs/book/src/configuration_generated.md +++ b/docs/book/src/configuration_generated.md @@ -1318,14 +1318,7 @@ These proc-macros will be ignored when trying to expand them. This config takes a map of crate names with the exported proc-macro names to ignore as values. -## rust-analyzer.procMacro.server {#procMacro.server} - -Default: `null` - -Internal config, path to proc-macro server executable. - - -## rust-analyzer.proc.macro.processes {#proc.macro.processes} +## rust-analyzer.procMacro.processes {#procMacro.processes} Default: `1` @@ -1335,6 +1328,13 @@ Controls how many independent `proc-macro-srv` processes rust-analyzer runs in parallel to handle macro expansion. +## rust-analyzer.procMacro.server {#procMacro.server} + +Default: `null` + +Internal config, path to proc-macro server executable. + + ## rust-analyzer.profiling.memoryProfile {#profiling.memoryProfile} Default: `null` |