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

Indexing on every startup #9991

Closed
adsick opened this issue Aug 22, 2021 · 2 comments
Closed

Indexing on every startup #9991

adsick opened this issue Aug 22, 2021 · 2 comments

Comments

@adsick
Copy link

adsick commented Aug 22, 2021

every time I run VSC, RA is doing heavy work indexing everything. It looks to me that that could be cached(?) or am I missing something

@lnicola
Copy link
Member

lnicola commented Aug 22, 2021

There's no persistent caching yet (#4712).

@lnicola lnicola closed this as completed Aug 22, 2021
@qwabra
Copy link

qwabra commented Sep 7, 2022

shuld i use rust-analyzer.files.excludeDirs

{
    // .vscode/settings.json
    "rust-analyzer.files.excludeDirs": [
        "dist",
        "node_modules",
        "public",
        "src"
    ],
}

or RA only scans the folder containing the Cargo.toml file ./src-tauri/Cargo.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants