: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)
Great! And maybe now #calva can upgrade to this LSP? :)
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.
Well, not really, just made a release to show off and because I was bored :P
π
@pez The major new thing it can do now is this: https://twitter.com/borkdude/status/1405822207381721089/photo/1
Thatβs pretty awesome!