Files
neovim/runtime/lua/vim/lsp
Sam McCall d6f0c9539c fix(lsp): suppress ContentModified errors from UI (#16904)
Fixes https://github.com/neovim/neovim/issues/16900

If clients receive a ContentModified error, it generally should not
show it in the UI for the end-user. Clients can resend the request if
they know how to do so.

https://microsoft.github.io/language-server-protocol/specifications/specification-current/#implementationConsiderations
2022-01-04 09:28:13 -08:00
..
2021-12-28 18:15:16 +01:00
2021-12-28 18:15:16 +01:00
2022-01-03 12:40:09 -07:00