Fork me on GitHub
#calva
<
2022-02-19
>
pez18:02:31

Dear Calva friends, can I get some help testing this VSIX? https://18064-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.244-formatter-config-from-lsp-90442af0.vsix It contains one big new feature, one small new feature, and a bug fix. • New big feature: https://github.com/BetterThanTomorrow/calva/issues/1471, by @domagala.lukas. It is mainly a thing for 3rd party tools and libraries to add information to the Calva hovers. As an end user you can also add these and maybe you will. Some docs https://github.com/BetterThanTomorrow/calva/blob/dev/docs/site/custom-commands.md#custom-repl-hover-snippets. • Small new feature: https://github.com/BetterThanTomorrow/calva/issues/1545. So, in addition to providing this config via a file, you can tell Calva to pick it up from clojure-lsp. https://github.com/BetterThanTomorrow/calva/blob/fc8d0cd8d6124f194ecd4fb3d3bf21cc1d7e49dc/docs/site/formatting.md. • Bug fix: https://github.com/BetterThanTomorrow/calva/issues/1535. https://github.com/BetterThanTomorrow/calva/blob/fc8d0cd8d6124f194ecd4fb3d3bf21cc1d7e49dc/docs/site/formatting.md#about-aligning-associative-forms elaborating a bit about why this feature is not fully embraced. To test the formatter config from clojure-lsp thing you will need to use clojure-lsp built from master. But you can still help a lot just by confirming that formatting still works like before, because I needed to refactor things significantly to fit the change without piling up a lot of new technical debt. Thanks! 🙏 ❤️ calva

calva 2
ericdallo18:02:20

there is latest master clojure-lsp on #clojure-lsp-builds as well

👍 1