BetterThanTomorrow / calva

Clojure & ClojureScript Interactive Programming for VS Code
https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva
Other
1.66k stars 217 forks source link

Add clojure-lsp startup progress in status bar #1303

Open bpringe opened 3 years ago

bpringe commented 3 years ago

The support was recently added to clojure-lsp using the protocol. Clojure-lsp will send messages reporting its progress like "5% resolving source-paths" and I think we just need to relay this info to the status bar.

bpringe commented 3 years ago

A link to the relevant protocol info: https://microsoft.github.io/language-server-protocol/specification#progress