Skip to content
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

Speedup indexing with vscode + rustanalyzer #42

Merged
merged 1 commit into from
Dec 6, 2023

Commits on Dec 6, 2023

  1. Fix indexing with vscode + rustanalyzer

    Seems like calling cargo to determine the workspace path every time
    really slows down things when indexing polkadot-sdk(almost 10 minutes)
    so let's cache the workspace manifest path an call cargo locate only
    when building the cache entry, this gives us similar performance as
    1.3.0 version of this crate.
    
    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    44ced0a View commit details
    Browse the repository at this point in the history