mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
remove duplicate 'to' in cachePriming.numThreads
option description
This commit is contained in:
parent
4f7d1a9d69
commit
7197042ac4
@ -59,7 +59,7 @@ config_data! {
|
||||
|
||||
/// Warm up caches on project load.
|
||||
cachePriming_enable: bool = "true",
|
||||
/// How many worker threads to to handle priming caches. The default `0` means to pick automatically.
|
||||
/// How many worker threads to handle priming caches. The default `0` means to pick automatically.
|
||||
cachePriming_numThreads: ParallelCachePrimingNumThreads = "0",
|
||||
|
||||
/// Automatically refresh project info via `cargo metadata` on
|
||||
|
@ -11,7 +11,7 @@ Warm up caches on project load.
|
||||
[[rust-analyzer.cachePriming.numThreads]]rust-analyzer.cachePriming.numThreads (default: `0`)::
|
||||
+
|
||||
--
|
||||
How many worker threads to to handle priming caches. The default `0` means to pick automatically.
|
||||
How many worker threads to handle priming caches. The default `0` means to pick automatically.
|
||||
--
|
||||
[[rust-analyzer.cargo.autoreload]]rust-analyzer.cargo.autoreload (default: `true`)::
|
||||
+
|
||||
|
@ -388,7 +388,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.cachePriming.numThreads": {
|
||||
"markdownDescription": "How many worker threads to to handle priming caches. The default `0` means to pick automatically.",
|
||||
"markdownDescription": "How many worker threads to handle priming caches. The default `0` means to pick automatically.",
|
||||
"default": 0,
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
|
Loading…
Reference in New Issue
Block a user