This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-05
Channels
- # aws (12)
- # babashka (30)
- # beginners (294)
- # calva (98)
- # clj-on-windows (3)
- # clojure (48)
- # clojure-europe (31)
- # clojure-italy (8)
- # clojure-nl (2)
- # clojure-uk (11)
- # clojurescript (58)
- # conjure (1)
- # events (1)
- # fulcro (35)
- # graalvm-mobile (2)
- # jobs (8)
- # lsp (11)
- # malli (25)
- # off-topic (33)
- # pathom (24)
- # pedestal (1)
- # polylith (15)
- # re-frame (7)
- # reitit (10)
- # releases (8)
- # remote-jobs (2)
- # sci (3)
- # shadow-cljs (79)
- # spacemacs (10)
- # sql (17)
- # tools-deps (17)
- # vim (4)
- # xtdb (11)
Released https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.07.05-15.12.14 with a bunch of improvements! 🎉
General
• Add :clean :sort
settings option to disable sorting during clean-ns
.
• Add :keep
value to :ns-indent-blocks-indentation
setting to don't change indentation during clean-ns
.
• Deprecate install-latest-clojure-lsp.sh
in place of install
new script.
• Improve source paths discoverability for leiningen
projects following the same rules as deps.edn
projects. For more information, check the https://clojure-lsp.github.io/clojure-lsp/settings/#source-paths-discovery.
API/CLI
• Add --dry
option to commands, useful on CI to print only diffs instead of making changes.
• Check out the new https://github.com/marketplace/actions/setup-clojure-lsp Github Action to run clojure-lsp on CI!
• Add format
feature using cljfmt.
• Now, every release is available in clojars as com.github.clojure-lsp/clojure-lsp
.
This release allow clojure-lsp to be configured on CI/scripts to format/clean your code or just warn if not formatted/cleaned 🎉
hello, i am having an issue initializing the clojure-lsp. I have a plugin installed for vscode called calva, but when I have a deps.edn
file the clojure-lsp never initializes. Without the file it initializes just fine. the only dependency I have in deps.edn is clojurescript. any ideas what the problem might be?
it should be installed, I the clj
command works fine. the version of clojure installed is 1.10.2.774