You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helper to generate progress messages was incorrectly using the
:title key when reporting :progress. That key should only be used when
reporting :begin. This changes the helper to generate valid progress
messages.
After lsp4clj is bumped in clojure-lsp, Calva will show progress
messages during startup. Emacs was showing progress messages before this
fix, so it must observe the non-standard :title key.
I've also noticed that Calva doesn't show percentages in its UI. So, as
a future enhancement to clojure-lsp, we may want to embed percentages in
the messages themselves "36%", or perhaps add something like "file
26/235".
0 commit comments