Fork me on GitHub
#lsp
<
2021-06-21
>
ericdallo15:06:06

clojure-lsp Released https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.06.21-14.30.54 with fixes and performance improvements on formatting 🎉 • Avoid removing whole require if unused refer but with used alias during clean-ns. https://github.com/clojure-lsp/clojure-lsp/issues/447 • Bump clj-kondo 2021.06.01 -> 2021.06.18 • Bump cljfmt 0.7.0 -> 0.8.0. This should finally fix a performance issue on rangeFormatting (mostly called during parens manipulation like paredit). https://github.com/clojure-lsp/clojure-lsp/issues/266 (kudos @luis.tn)

🚀 21
catjam 9
aw_yeah 9
borkdude15:06:40

Great! And maybe now #calva can upgrade to this LSP? :)

👍 3
pez15:06:10

Anything in particular happening in clj-kondo that warrants a bump? I think we need an option to follow latest clojure-lsp in Calva, btw.

borkdude15:06:59

Well, not really, just made a release to show off and because I was bored :P

😄 3
pez16:06:56

That’s pretty awesome!

solf01:06:54

Damn, this would have saved me so much time when I was still learning the standard functions, it's great