lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
ericdallo 2020-01-06T17:23:23.001900Z

Hi @snoe, I've using clojure-lsp with support for schema.core and its being awesome! 👏 Sorry for chase you about this issue(https://github.com/snoe/clojure-lsp/issues/87#issuecomment-569376603), but do you have any updates about that?

1👍
rafaeldelboni 2020-01-06T18:18:12.002200Z

I've been wating for this aswell

1🦜
snoe 2020-01-06T23:23:39.003300Z

thanks, I was able to fix the destructuring issue. The collection return type is going to take longer.

ericdallo 2020-01-06T23:25:30.004400Z

Thanks for the update @snoe! please let me know when both fixes merge on master