neovim/test/functional/plugin/lsp
ii14 55135cea61
fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)
Some language servers send empty `textDocument/publishDiagnostics`
messages after indexing the project with URIs corresponding to unopened buffers.
This commit guards against opening buffers corresponding to empty diagnostics.
2022-04-26 10:00:28 -07:00
..
codelens_spec.lua feat(lsp): add per-client commands (#16101) 2021-11-01 03:14:59 -07:00
diagnostic_spec.lua fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275) 2022-04-26 10:00:28 -07:00
handler_spec.lua lsp: vim.lsp.diagnostic (#12655) 2020-11-12 22:21:34 -05:00
incremental_sync_spec.lua fix(lsp): handle insertion of previous line (#17618) 2022-03-06 07:52:11 -08:00
snippet_spec.lua fix(lsp): correctly parse LSP snippets #15579 2021-09-14 04:31:41 -07:00