BetterThanTomorrow/calva

Add clojure-lsp startup progress in status bar

Open

#1,303 opened on Sep 28, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Clojure (194 forks)batch import
good first issuelsppr-welcomeux

Repository metrics

Stars
 (1,243 stars)
PR merge metrics
 (Avg merge 5d 20h) (7 merged PRs in 30d)

Description

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.

Contributor guide