Skip to content

Disable autostart in VSCode #17872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thewh1teagle opened this issue Aug 13, 2024 · 1 comment
Open

Disable autostart in VSCode #17872

thewh1teagle opened this issue Aug 13, 2024 · 1 comment
Labels
C-feature Category: feature request

Comments

@thewh1teagle
Copy link

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.

#17834

@thewh1teagle thewh1teagle added the C-feature Category: feature request label Aug 13, 2024
@lnicola
Copy link
Member

lnicola commented Aug 13, 2024

You can disable the indexing step by setting rust-analyzer.cachePriming.enable to false. Persistence is not implemented (#4712).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature request
Projects
None yet
Development

No branches or pull requests

2 participants