@ericdallo should be "fixed"; it added a flag to the macro-def to ignore the diagnostic.
Thank you very much! Just curious.. 😅 do you plan to add this arity feature support for schema.core on the future?
I do not, but a PR would be welcome
it looks like already has a PR! https://github.com/snoe/clojure-lsp/pull/106
@ericdallo oh, there ya go 🙂 would you be able to test out his branch for me?
I'm trying, but i can't generate a local binary to test it 😕
I tryed running the install_clojure_lsp
script, but i think it just install the latest binary from github release, right?
@snoe How can I generate the binary local for his branch?
running lein bin
will create a binary at target/clojure_lsp
thanks!
It works very well!
Thanks. I have a couple points of feedback after reviewing the code before I want to merge.
The release for this is going out now