Fork me on GitHub
#lsp
<
2021-11-01
>
orestis19:11:11

Is there an issue with clojure-lsp in homebrew? I see

Warning: clojure-lsp/brew/clojure-lsp-native 2021.10.20-16.49.47 already installed
Warning: borkdude/brew/clj-kondo 2021.10.19 already installed

ericdallo19:11:32

so it looks correct to me

orestis19:11:49

Ah ok, I might have been confused with pre-release things.

ericdallo19:11:58

yes, I'm about to make a release

ericdallo19:11:04

but having issues on ci ;)

orestis19:11:31

Surely there's been more releases to those two since then?

borkdude19:11:02

you probably have linked a specific release or so?

orestis19:11:04

(sounds weird when I write this, I just have a gut feeling from what I see on twitter)

orestis19:11:40

An unrelated question: what's the strategy on updating various caches when you switch branches?

orestis19:11:34

Usually when switching branches I restart my REPL anyway, is there a command I could run to clear caches that have to do with my local code and/or dependencies?

ericdallo19:11:44

It's possible to make clojure-lsp automatically understand and update its cache automatically but it's not implemented yet

ericdallo19:11:50

for now you can lsp-workspace-restart

orestis19:11:36

Cool, thanks