Skip to content

2024.03.01-11.37.51

Compare
Choose a tag to compare
@clojure-lsp-bot clojure-lsp-bot released this 01 Mar 15:33
· 37 commits to master since this release
da53a2b
  • General

    • Bump clj-kondo to 2024.02.13-20240228.191822-15.
    • Add :clojure-lsp/different-aliases linter. #1770
    • Fix unused-public-var false positives for definterface methods. #1762
    • Fix rename of records when usage is using an alias. #1756
  • Editor

    • Fix documentation resolve not working for clients without hover markdown support.
    • Added setting to allow requires and imports to be added within the current comment form during code action and completion: :add-missing :add-to-rcf #1316
    • Fix suppress-diagnostics not working on top-level forms when preceded by comment. #1678
    • Fix add missing import feature on some corner cases for java imports. #1754
    • Fix semantic tokens and other analysis not being applied for project files at root. #1759
    • Add support for adding missing requires and completion results referring to JS libraries which already have an alias in the project #1587