Files
neovim/runtime/lua/vim/lsp
Mathias Fußenegger 5955ef0ba8 fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)
`buf.code_action` always included diagnostics on a given line from all
clients. Servers should only receive diagnostics they published, and in
the exact same format they sent it.

Should fix https://github.com/neovim/neovim/issues/29500

(cherry picked from commit 720b309c78)
2024-08-02 12:59:41 +02:00
..
2024-03-06 16:03:33 +00:00
2024-02-27 14:41:17 +00:00
2024-03-12 13:51:53 +08:00