Fork me on GitHub
#lsp
<
2022-07-21
>
snoe16:07:45

Whats the mechanism we use to send the startup progress messages to the client? They stopped showing up for me at some point recently, and now on a server restart during init, commands aren't blocking like they used to but erroring immediately and i have to guess when the server is ready.

ericdallo16:07:47

Hum, we use the progress notification of the LSP spec

ericdallo16:07:11

Maybe something with your vim client? Does it happens on previous release of clojure-lsp?

☝️ 1
snoe16:07:25

window/workDoneProgress/create ?i suspect it is the client and one of my plugins, wasnt sure what to look for.

ericdallo16:07:05

check for the logs between client <-> server, it should be something like $/progress

snoe17:07:19

Thanks, looks like latest coc.nvim changed it somehow. /sigh

😅 1
😢 1