-
Notifications
You must be signed in to change notification settings - Fork 10
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
Is it possible to cache the index results? #22
Comments
Might need an issue in the rust-analyzer repo. Though I'm no rust expert. |
I'll just note that VSCode extension also doesn't seem to be doing any caching. Restarting VSCode reindexes the project. |
This is unfortunately by design. The indexing is done by |
Already here I guess rust-lang/rust-analyzer#4712 |
Not something we would can handle on the package side anyway. |
It looks like rust-analyzer always starts to re-index the entire project anytime I start it. This can take quite a while. Is there a way to cache this index on disk so that it doesn't do that?
The text was updated successfully, but these errors were encountered: