about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorJunliang HU <jlhu@cse.cuhk.edu.hk>2022-12-09 21:36:35 +0800
committerJunliang HU <jlhu@cse.cuhk.edu.hk>2022-12-09 21:36:35 +0800
commit9f5a547b3f91bee46e3015eb11cce8772820398b (patch)
treee388d3bdc6bcbcff5d35665c6ae87f45f485960c /docs
parent7d466570f47f67819edb556ccd3658b9073ec088 (diff)
downloadrust-9f5a547b3f91bee46e3015eb11cce8772820398b.tar.gz
rust-9f5a547b3f91bee46e3015eb11cce8772820398b.zip
Regenerate config
Diffstat (limited to 'docs')
-rw-r--r--docs/user/generated_config.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index db41c7bf109..f59a5243648 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -604,6 +604,11 @@ Number of syntax trees rust-analyzer keeps in memory. Defaults to 128.
 --
 Whether to show `can't find Cargo.toml` error message.
 --
+[[rust-analyzer.numThreads]]rust-analyzer.numThreads (default: `null`)::
++
+--
+How many worker threads in the main loop. The default `null` means to pick automatically.
+--
 [[rust-analyzer.procMacro.attributes.enable]]rust-analyzer.procMacro.attributes.enable (default: `true`)::
 +
 --