Skip to content

2024.04.22-11.50.26

Latest
Compare
Choose a tag to compare
@clojure-lsp-bot clojure-lsp-bot released this 22 Apr 14:39
· 1 commit to master since this release
0ac5e49
  • General

    • Bump clj-depend to 0.11.0.
    • Fix renaming ns when one source path is a prefix of another (e.g. src/clj and src/cljs) #1805
  • Editor

    • Use scope location instead of name location for folding feature.
    • Fix paredit commands to consider previous element when cursor inside a closing bracket.
    • Fix paredit commands to move cursor after applying command.
    • Fix corner case on paredit comamnds duplicating forms.
    • References of a var-definition now consider full quoted qualified symbols. #1804