Fork me on GitHub
#lsp
<
2021-08-24
>
ericdallo15:08:03

clojure-lsp Released https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.08.24-14.41.56 with mostly improvements on clean-ns and other fixes 🎉 • General ◦ Fix classpath scan when classpath has other things like new lines or warning message besides the classpath. Fixes https://github.com/clojure-lsp/clojure-lsp/issues/523 ◦ Improve `clean-ns` to remove empty reader conditionals(`#?(:clj)` or `#?@(:clj [])` on ns form) after cleaning requires/imports. ◦ Fix `clean-ns` false-positives removals to cljc files when the alias/refer/import is being used inside a reader conditional. ◦ Add new setting `:linters :clj-kondo :ns-exclude-regex` which allows exclude diagnostics/findings for namespaces matching that regex. ◦ Fix merge of configs resolved for projects with multiple configurations in parent folders and subprojects. • Docs ◦ Improved the settings docs with a new link to a file with https://github.com/clojure-lsp/clojure-lsp/blob/master/docs/all-available-settings.edn.

clojure-lsp 17
🎉 18
❤️ 11