We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5167895 commit 2e23bd4Copy full SHA for 2e23bd4
1 file changed
lua/myplugins/lspecho.lua
@@ -84,7 +84,7 @@ local function lsp_progress(err, progress, ctx)
84
local client = vim.lsp.get_client_by_id(ctx.client_id)
85
local client_name = client and client.name or ''
86
local token = progress.token
87
- local value = progress.value
+ local value = progress.value or progress
88
89
if value.kind == 'begin' then
90
series[token] = {
0 commit comments