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

README: cache overview #4

Open
vemv opened this issue Aug 11, 2022 · 1 comment
Open

README: cache overview #4

vemv opened this issue Aug 11, 2022 · 1 comment

Comments

@vemv
Copy link

vemv commented Aug 11, 2022

One thing that isn't clear from the README is whether the plugin needs/creates a cache.

Is it all automatic? Does it possibly reuse a cache from an IDE? Does it possibly reuse a cache from previous lein-clojure-lsp runs?

@ericdallo
Copy link
Member

Yes, this is not on lein-clojure-lsp, but on clojure-lsp itself, when it runs, it checks if the classpath has changed to know if it should re-use the cache or not.
Even so, we only cache external deps, project analysis are not cached

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

2 participants