This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -604,6 +604,11 @@ Number of syntax trees rust-analyzer keeps in memory. Defaults to 128.
604604--
605605Whether 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--
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments