plugins.lsp.servers.rust_analyzer.settings.cachePriming.enable
Warm up caches on project load.
Type: null or boolean
Default:
null
Plugin default: true
Declared by:
plugins.lsp.servers.rust_analyzer.settings.cachePriming.numThreads
How many worker threads to handle priming caches. The default 0
means to pick automatically.
Values:
- physical: Use the number of physical cores
- logical: Use the number of logical cores
Type: null or integer or floating point number between 0 and 255 (both inclusive) or one of “physical”, “logical”
Default:
null
Plugin default: "physical"
Declared by: