Files
neovim/runtime/lua/vim
Mathias Fußenegger 8e52d8a394 fix(lsp): assert workspace/applyEdit receives params (#21945)
According to the specification `workspace/applyEdit` must be called with
`ApplyWorkspaceEditParams`.

So far the client just returned, which could lead to a misleading error
on the server side because `workspace/applyEdit` must respond with a
`ApplyWorkspaceEditResult`.

This adds an assertion to clarify that the server is violating the
specification.

See https://github.com/neovim/neovim/issues/21925
2023-01-22 18:54:09 +01:00
..
2023-01-16 01:55:24 -08:00
2023-01-15 16:00:23 +01:00
2022-05-09 16:31:55 +02:00