Skip to content

Commit 9f5a547

Browse files
committed
Regenerate config
1 parent 7d46657 commit 9f5a547

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/user/generated_config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,11 @@ Number of syntax trees rust-analyzer keeps in memory. Defaults to 128.
604604
--
605605
Whether to show `can't find Cargo.toml` error message.
606606
--
607+
[[rust-analyzer.numThreads]]rust-analyzer.numThreads (default: `null`)::
608+
+
609+
--
610+
How many worker threads in the main loop. The default `null` means to pick automatically.
611+
--
607612
[[rust-analyzer.procMacro.attributes.enable]]rust-analyzer.procMacro.attributes.enable (default: `true`)::
608613
+
609614
--

editors/code/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,15 @@
11371137
"default": true,
11381138
"type": "boolean"
11391139
},
1140+
"rust-analyzer.numThreads": {
1141+
"markdownDescription": "How many worker threads in the main loop. The default `null` means to pick automatically.",
1142+
"default": null,
1143+
"type": [
1144+
"null",
1145+
"integer"
1146+
],
1147+
"minimum": 0
1148+
},
11401149
"rust-analyzer.procMacro.attributes.enable": {
11411150
"markdownDescription": "Expand attribute macros. Requires `#rust-analyzer.procMacro.enable#` to be set.",
11421151
"default": true,

0 commit comments

Comments
 (0)