neovim/test/functional/plugin/lsp
Mathias Fussenegger 5de2ae2bce refactor(lsp): add test case for default diagnostic severity
See https://github.com/microsoft/language-server-protocol/pull/1978
If the severity is not specified by the server, error should be used.

This was already the case because it matches the vim.diagnostic default.
This only adds a test case for it.
2024-08-02 11:20:37 +02:00
..
codelens_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
completion_spec.lua feat(lsp): lsp.completion support set deprecated (#29882) 2024-07-31 16:15:34 +02:00
diagnostic_spec.lua refactor(lsp): add test case for default diagnostic severity 2024-08-02 11:20:37 +02:00
handler_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
incremental_sync_spec.lua fix(lsp): prevent desync due to empty buffer (#29904) 2024-07-31 16:18:24 +02:00
inlay_hint_spec.lua fix(lsp): inlay hints are rendered in the correct order (#29707) 2024-07-17 16:44:53 +02:00
semantic_tokens_spec.lua refactor(lsp): use metatable for buf_versions (#29304) 2024-06-14 11:03:58 +02:00
snippet_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testutil.lua fix(lsp): check if buffer was detached in on_init callback (#28914) 2024-05-23 15:17:53 +02:00
utils_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00