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).
Ooooh, it looks like if I blat the .lsp/.cache directory it then works
yeah, it should work, probably some cache issue