mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(lsp): cleanup progress messages for the correct client (#16110)
This commit is contained in:
parent
80456cf836
commit
cb15055c29
@ -226,9 +226,10 @@ function M.get_progress_messages()
|
||||
table.remove(client.messages, item.idx)
|
||||
end
|
||||
|
||||
for _, item in ipairs(progress_remove) do
|
||||
client.messages.progress[item.token] = nil
|
||||
end
|
||||
end
|
||||
|
||||
for _, item in ipairs(progress_remove) do
|
||||
item.client.messages.progress[item.token] = nil
|
||||
end
|
||||
|
||||
return new_messages
|
||||
|
Loading…
Reference in New Issue
Block a user