- General
- Bump rewrite-clj to
0bb572a03c0025c01f9c36bfca2815254683fbde
. [#1984] - Bump clj-kondo to
2025.02.21-20250314.135629-7
. - Add support for ignoring tests references for the
clojure-lsp/unused-public-var
linter. [#1878] - Add
:test-locations-regex
configuration to allow customizing test file detection for theunused-public-var
linter's:ignore-test-references?
and test code lenses. [#1878] - Improve and standardize all logs for better troubleshooting and metrics collection.
- Editor
- Add
forward
,forward-select
,backward
andbackward-select
paredit actions. - Show add require code action for invalid syntax codes like
my-alias/
. [#1957] - Improve startup performance for huge projects avoiding publish empty diagnostics for every file of the project unnecessarily.