@lee I am using on clojure-lsp latest cljfmt release, not master
Ya, Iām pretty sure that fix is not released yet.
: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)