fix(lsp): update workspace/applyEdit handler signature (#15573)

This commit is contained in:
Jose Alvarez
2021-09-06 04:48:54 +09:00
committed by GitHub
parent 23fe6dba13
commit 3f526feebf
2 changed files with 2 additions and 2 deletions

View File

@@ -1226,7 +1226,7 @@ describe('LSP', function()
label = nil;
edit = {};
}
return vim.lsp.handlers['workspace/applyEdit'](nil, nil, apply_edit)
return vim.lsp.handlers['workspace/applyEdit'](nil, apply_edit)
]])
end)
end)