fix(lsp): missing method parameter when canceling requests

This commit is contained in:
Yi Ming 2025-02-13 10:19:34 +08:00
parent be8d87014c
commit 4fd2694f20

View File

@ -2218,6 +2218,7 @@ function M._refresh(method, opts)
M._cancel_requests({
bufnr = bufnr,
clients = clients,
method = method,
type = 'pending',
})
for _, client in ipairs(clients) do