summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/diagnostic.lua
AgeCommit message (Expand)AuthorFiles
2024-03-05docs(lua): improvements for LSP and DiagnosticLewis Russell1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-10refactor(lsp): add shared diagnostic handlerMaria José Solano1
2024-02-10refactor(lsp): add type annotationsMaria José Solano1
2024-02-08feat(lsp): deprecate severity_limitLewis Russell1
2024-02-08refactor(lsp): tidy up loggingLewis Russell1
2024-02-06fix(lsp): send back diagnostic tags to the serverLewis Russell1
2024-02-03refactor: create function for deferred loadingdundargoc1
2023-12-14feat(lsp): more annotationsLewis Russell1
2023-10-21fix(lsp): log unknown diagnostic tags instead of showing a warning (#25705)Jorge Mederos1
2023-10-14refactor(lsp): make is_pull in lsp.diagnostic.get_namespace optional (#25156)Mathias Fußenegger1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-08-31fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee1
2023-08-03refactor(lsp): use protocol.Methods instead of strings #24537Raphael1
2023-08-01fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469Chris AtLee1
2023-07-20feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-03-31fix(diagnostic): use correct field name for tags (#22835)Akin1
2023-03-30feat(diagnostic): add support for tagsLewis Russell1
2023-03-07docs(lsp): change type annotations from number → integer (#22510)Jaehwang Jung1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-07-09refactor: remove functions marked for deprecation in 0.8 (#19299)Gregory Anders1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-05-03feat(lua): vim.deprecate() #18320dundargoc1
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
2022-01-21docs(lsp): fix on_publish_diagnostics example (#17146)xnmet1
2022-01-06feat(lua): add notify_once() (#16956)Gregory Anders1
2021-12-08refactor(diagnostic): add warning to deprecated functions (#16536)dundargoc1
2021-12-07refactor(lsp): remove usage of deprecated function (#16539)Gregory Anders1
2021-11-28feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete1
2021-11-27chore: fix typos (#16361)dundargoc1
2021-11-25feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders1
2021-11-19fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders1
2021-11-05fix(diagnostic): handle an unknown or missing client (#16242)Gregory Anders1
2021-10-29refactor(diagnostic): make display handlers generic (#16137)Gregory Anders1
2021-10-20fix(lsp): adjust legacy show diagnostic functions to use correct scope (#16106)Mathias Fußenegger1
2021-10-19refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)Gregory Anders1
2021-10-18fix(lsp): persist diagnostic config for clientsGregory Anders1
2021-09-21refactor(diagnostic): remove get_virt_text_chunks()Gregory Anders1
2021-09-21feat(diagnostic): add option to include diagnostic sourceGregory Anders1
2021-09-21fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)Gregory Anders1
2021-09-17fix(diagnostic): remove check on nil return valueGregory Anders1
2021-09-17refactor(diagnostic): combine config() and set() callsGregory Anders1
2021-09-17fix(diagnostic): support severity_sortGregory Anders1
2021-09-17fix(diagnostic): correctly handle folder level diagnosticsGregory Anders1
2021-09-17fix(diagnostic): don't convert diagnostic table twiceChristian Clason1
2021-09-17fix(diagnostic): remove useless highlight links (#15683)Gregory Anders1