Fork me on GitHub
#lsp
<
2024-01-04
>
pesterhazy13:01:10

Has anyone tried to build an asdf plugin for installing clojure-lsp? Would be useful to pull in compiled binaries for your platform

pesterhazy13:01:52

oh how did I miss that

Noah Bogart17:01:18

asked this over in #CHY97NXE2 but more appropriate here: I ran into a potential issue where I was accidentally using a dependency's dependency instead of including it explicitly in my deps.edn (relying on clojure.tools.cli when building a kaocha plugin). How interested would you be in a linter that looks at all required/imported namespaces and checks that they're either in the :paths or :extra-paths or dependencies?

ericdallo17:01:24

Yeah, that would be interesting, someone suggested that some other day and I think it's a good addition to clojure-lsp :) Feel free to create a feature suggestion issue

👍 1