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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md index c4124aaae0..d3f41fb152 100644 --- a/docs/book/src/configuration_generated.md +++ b/docs/book/src/configuration_generated.md @@ -1325,6 +1325,16 @@ Default: `null` Internal config, path to proc-macro server executable. +## rust-analyzer.proc.macro.processes {#proc.macro.processes} + +Default: `1` + +Number of proc-macro server processes to spawn. + +Controls how many independent `proc-macro-srv` processes rust-analyzer +runs in parallel to handle macro expansion. + + ## rust-analyzer.profiling.memoryProfile {#profiling.memoryProfile} Default: `null` |