Fork me on GitHub
#calva
<
2021-12-12
>
bringe00:12:14

@marc-omorain Much of the integration code for clojure-lsp is in src/lsp/main.ts. The client library we’re using is vscode-languageclient which is part of this repo: https://github.com/Microsoft/vscode-languageserver-node

🙏 1
bringe00:12:00

I don’t think we’ve added any notification handlers yet, so you may need to look around to see how that works with the lib.

ericdallo00:12:25

Note that for that feature there is a client capability client need to send as true to clojure-lsp return that notification. I can post the clojure-lsp documentation here as soon as I merge the branch adding that feature

👍 1
ericdallo00:12:39

Probably later today