This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-26
Channels
- # aleph (4)
- # announcements (3)
- # babashka (31)
- # beginners (74)
- # bitcoin (7)
- # calva (11)
- # cider (17)
- # clj-kondo (5)
- # clojars (11)
- # clojure (81)
- # clojure-australia (3)
- # clojure-dev (73)
- # clojure-europe (136)
- # clojure-nl (5)
- # clojure-spec (10)
- # clojure-uk (41)
- # clojurescript (30)
- # core-async (1)
- # cursive (19)
- # data-oriented-programming (4)
- # datascript (5)
- # datomic (6)
- # docker (6)
- # emacs (1)
- # figwheel-main (1)
- # fulcro (6)
- # jobs (1)
- # jobs-discuss (17)
- # lsp (23)
- # malli (6)
- # off-topic (35)
- # pathom (2)
- # re-frame (56)
- # reitit (2)
- # rewrite-clj (3)
- # shadow-cljs (10)
- # spacemacs (6)
- # sql (11)
- # vim (16)
- # xtdb (3)
Released clojure-lsp 2021.02.26-13.58.48
• Improve clojure-lsp config search checking always home dir considering XDG_CONFIG_HOME
and project root up to system root (`/`)
• Handle incremental text changes on textDocument/didChange
notifications following LSP protocol, improving performance for huge files.
• Add clj-kondo version to --version
and server-info
command.
• Add new create private function
code action 🎉
• We now have a auto updated clojure-lsp
tap for brew
🎉 thanks to @andre.peric
@U04V15CAJ it's a github action 🙂 https://github.com/garden-io/update-homebrew-action
https://github.com/clojure-lsp/homebrew-brew#how-to-use-this-tap We should remove/deprecate the homebrew-core soon
@UKFSJSM38 Maybe add the to the main install docs?
Btw, you can do this with one single command:
$ brew install clojure-lsp/brew/clojure-lsp-native
No need to tap
@U04V15CAJ you mean brew install clojure-lsp/homebrew-brew/clojure-lsp-native
?
So it seems this is my first contrib to clojure-lsp ;-) https://github.com/clojure-lsp/clojure-lsp/blob/1ac8d777f6ddeadae15f445840d4dfb50dd7ed5a/src/clojure_lsp/feature/file_management.clj#L76-L101
Ah, the defn-
vs defn ^:private
debate. 😁
use-metadata-for-privacy?
https://clojure-lsp.github.io/clojure-lsp/settings/