summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp/diagnostic_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-08fix(diagnostics)!: restore `is_pull` namespace argument #38698Maria Solano1
2026-03-19refactor(lsp): replace _provider_value_get with _provider_foreachtris2031
2026-02-26fix(lps): separate namespaces for pull/push diagnostics #37938Riccardo Mazzarini1
2026-02-14refactor(lsp): centralize provider capability resolution #37221Tristan Knight1
2026-02-08test(lsp/diagnostic): clearing diagnostics #37759GenchoXD1
2026-01-15test(lsp/diagnostic_spec): fix creating unused clients (#37397)zeertzjq1
2025-12-09Revert "feat(lsp): support `version` in `textDocument/publishDiagnostics` #36...Mathias Fußenegger1
2025-12-06feat(lsp): support dynamic registration for diagnostics (#36841)Tristan Knight1
2025-12-05refactor(lsp): fix lintPig Fang1
2025-12-05test(lsp): accept callback for diagnosticPig Fang1
2025-12-05refactor(lsp): fix lintPig Fang1
2025-12-05feat(lsp): support refreshing workspace diagnosticsPig Fang1
2025-12-05test(lsp): polish tests of refreshing diagnosticsPig Fang1
2025-12-05test(lsp): update test namePig Fang1
2025-12-05feat(lsp): support diagnostic refresh requestPig Fang1
2025-11-29feat(lsp): support `version` in `textDocument/publishDiagnostics` #36754Riley Bruins1
2025-11-10feat(lsp): deprecate `vim.lsp.stop_client` (#36459)Olivia Kinnear1
2025-10-04fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)Maria Solano1
2025-09-24test: don't call clear() in both before_each() and after_each() (#35901)zeertzjq1
2025-07-21feat(lsp): diagnostic related documents supportRiley Bruins1
2025-07-21fix(lsp): store result id for unchanged diagnostic reportsRiley Bruins1
2025-05-03fix(lsp): improper diagnostic end_col computationRiley Bruins1
2025-04-26perf(lsp): include `previousResultId` in `DocumentDiagnosticParams` #32887Yi Ming1
2024-12-04feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano1
2024-11-25fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders1
2024-11-01feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-08-02refactor(lsp): add test case for default diagnostic severityMathias Fussenegger1
2024-08-01fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-02-08feat(lsp): deprecate severity_limitLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-08-31fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee1
2023-07-20feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee1
2023-03-30feat(diagnostic): add support for tagsLewis Russell1
2022-07-17refactor(lsp): use autocmd api (#19407)ii141
2022-04-26fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii141
2022-03-02feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen1
2021-10-29refactor(diagnostic): make display handlers generic (#16137)Gregory Anders1
2021-09-21fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)Gregory Anders1
2021-09-17fix(diagnostic): remove useless highlight links (#15683)Gregory Anders1
2021-09-16fix(lint): remove unused function from diagnostic specGregory Anders1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders1
2021-09-05feat(lsp)!: change handler signatureMichael Lingelbach1
2021-07-19feat(lsp): allow diagnostics to be disabled for a buffer (#15134)Gregory Anders1