v0.0.8 #6
NoahTheDuke
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
.markdownlint.json
and.markdownlintignore
).clojure.lsp-check-on-start
, defaults totrue
.If
true
and coc-clojure manages clojure-lsp, checks Github to see if a new version can be downloaded. If so, it follows the existing download path.Fixed
#5: Changed logic for checking existing clojure-lsp install:
clojure.executable
an executable on the PATH?clojure.executable
a path?coc-clojure
already install it previously, respecting config optionclojure.lsp-install-path
?If none of those are true, then attempt to download a native binary.
Doesn't load if expected executable is a jar and
JAVA_HOME
is not set.Fix link to clojure-lsp refactorings page by @sheluchin in #4
New Contributors
Full Changelog: v0.0.6...v0.0.8
This discussion was created from the release v0.0.8.
Beta Was this translation helpful? Give feedback.
All reactions