neovim/test/functional/plugin/lsp
Lewis Russell 451bc50d40 feat(lsp): deprecate severity_limit
Problem:
  `vim.lsp.diagnostic.on_diagnostic` accepts an undocumented severity_limit
  option which is widely used.

Solution:
  Deprecate it in favour of `{min = severity}` used in `vim.diagnostic`.
  Since this is undocumented, the schedule for removal is accelerated to
  0.11.
2024-02-08 16:58:49 +00:00
..
codelens_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
completion_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
diagnostic_spec.lua feat(lsp): deprecate severity_limit 2024-02-08 16:58:49 +00:00
handler_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
helpers.lua test: do not inject vim module into global helpers 2024-01-12 12:04:18 +00:00
incremental_sync_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
inlay_hint_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
semantic_tokens_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
snippet_spec.lua fix(lsp): refactor escaping snippet text (#25611) 2023-10-14 09:06:40 +02:00
utils_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00