Open thewh1teagle opened 2 months ago
Since rust analyzer do heavy stuff when I start it in the project (usually indexing) I would like to disable it in VSCode per workspace / globally by default and start it manually when needed.
https://github.com/rust-lang/rust-analyzer/issues/17834
You can disable the indexing step by setting rust-analyzer.cachePriming.enable to false. Persistence is not implemented (#4712).
rust-analyzer.cachePriming.enable
false
Since rust analyzer do heavy stuff when I start it in the project (usually indexing) I would like to disable it in VSCode per workspace / globally by default and start it manually when needed.
https://github.com/rust-lang/rust-analyzer/issues/17834