lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
ericdallo 2020-06-18T02:58:40.019500Z

Hey @snoe could you take a look? https://github.com/snoe/clojure-lsp/pull/144 I pretend to add more code actions later and improve missing LSP features too 🙂

🆗 1
ericdallo 2020-06-18T15:14:01.019700Z

This also fix that bug where we always show the add-missing-libspec , now we only show this code action when it really has a unknow-ns diagnostic and clojure-lsp can add the require 🙂

ericdallo 2020-06-19T00:54:59.020200Z

Thank you! I'm adding some tests to it 🙂

ericdallo 2020-06-19T17:15:51.020800Z

Fixed the tests 😉