lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
ericdallo 2021-06-21T15:22:06.177700Z

: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)

3
3
πŸš€ 7
borkdude 2021-06-21T15:22:40.178300Z

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

πŸ‘ 1
pez 2021-06-21T15:40:10.178700Z

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.

borkdude 2021-06-21T15:40:59.179Z

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

πŸ˜„ 1
pez 2021-06-21T15:43:20.179200Z

πŸ˜ƒ

borkdude 2021-06-21T16:19:03.179500Z

@pez The major new thing it can do now is this: https://twitter.com/borkdude/status/1405822207381721089/photo/1

pez 2021-06-21T16:20:56.179800Z

That’s pretty awesome!