Skip to content

v0.0.8

Compare
Choose a tag to compare
@NoahTheDuke NoahTheDuke released this 05 Jun 05:34
· 33 commits to main since this release

Added

  • Start writing a changelog.
  • Add markdown linting with markdownlint (configured with .markdownlint.json and .markdownlintignore).
  • New config option: clojure.lsp-check-on-start, defaults to true.
    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.
  • Bring in Calva PR #1762.

Fixed

  • #5: Changed logic for checking existing clojure-lsp install:

    1. Is config option clojure.executable an executable on the PATH?
    2. Is config option clojure.executable a path?
    3. Did coc-clojure already install it previously, respecting config option clojure.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