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 🙂
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 🙂
Thank you! I'm adding some tests to it 🙂
Fixed the tests 😉