lein-clojure-lsp icon indicating copy to clipboard operation
lein-clojure-lsp copied to clipboard

README: cache overview

Open vemv opened this issue 3 years ago • 1 comments
trafficstars

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?

vemv avatar Aug 11 '22 12:08 vemv

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

ericdallo avatar Aug 11 '22 15:08 ericdallo