lsp

dharrigan 2026-05-11T09:38:17.097929Z

Does clojure-lsp support Goto Definition, where, in the deps.edn, I'm using ":local/root" to source in another project, rather than a jar? Presently, if I goto definition, it's pulling in a cached jar, instead of jumping to the source of the local/root (file).

dharrigan 2026-05-11T09:41:07.288119Z

Ooooh, it looks like if I blat the .lsp/.cache directory it then works

ericdallo 2026-05-11T13:16:56.163559Z

yeah, it should work, probably some cache issue

👍 1