lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
ericdallo 2021-05-27T00:07:09.068100Z

@lee I am using on clojure-lsp latest cljfmt release, not master

lread 2021-05-27T02:04:30.069200Z

Ya, Iā€™m pretty sure that fix is not released yet.

ericdallo 2021-05-27T18:13:41.073300Z

:clojure-lsp: Released https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.05.27-17.42.34 with a huge performance improvement! šŸš€ ā€¢ Fix corner case error with project paths with spaces or other special characters. https://github.com/clojure-lsp/clojure-lsp/pull/437 (kudos @luis.tn) ā€¢ Drastically improve didOpen LSP method performance, improving clj-kondo findings parse (especially on big buffers) and making linting async, avoiding blocking some editors (emacs for example). https://github.com/clojure-lsp/clojure-lsp/pull/435 (Thanks @dpsutton for noticing it) ā€¢ Fix :auto-add-ns-to-new-files? flag always being considered as true. https://github.com/clojure-lsp/clojure-lsp/pull/436 (kudos @vmfhrmfoaj379)

2
šŸŽ‰ 13