aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/diagnostic.lua
Commit message (Expand)AuthorAge
* fix: resolve all remaining LuaLS diagnosticsLewis Russell2025-01-27
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* docs: miscdundargoc2025-01-11
* refactor: add vim._resolve_bufnrLewis Russell2024-12-07
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming2024-11-25
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* perf(validate): use lighter versionLewis Russell2024-10-17
* feat(lsp): export diagnostic conversion functions (#30064)Maria José Solano2024-08-27
* fix(lsp): log when receiving markup messages (#30065)Maria José Solano2024-08-26
* fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2024-08-01
* fix(lsp): actually send diagnostic-tags back to the serverLewis Russell2024-03-06
* docs(lua): improvements for LSP and DiagnosticLewis Russell2024-03-05
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(lsp): add shared diagnostic handlerMaria José Solano2024-02-10
* refactor(lsp): add type annotationsMaria José Solano2024-02-10
* feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* refactor(lsp): tidy up loggingLewis Russell2024-02-08
* fix(lsp): send back diagnostic tags to the serverLewis Russell2024-02-06
* refactor: create function for deferred loadingdundargoc2024-02-03
* feat(lsp): more annotationsLewis Russell2023-12-14
* fix(lsp): log unknown diagnostic tags instead of showing a warning (#25705)Jorge Mederos2023-10-21
* refactor(lsp): make is_pull in lsp.diagnostic.get_namespace optional (#25156)Mathias Fußenegger2023-10-14
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee2023-08-31
* refactor(lsp): use protocol.Methods instead of strings #24537Raphael2023-08-03
* fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469Chris AtLee2023-08-01
* feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* fix(diagnostic): use correct field name for tags (#22835)Akin2023-03-31
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* docs(lsp): change type annotations from number → integer (#22510)Jaehwang Jung2023-03-07
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* refactor: remove functions marked for deprecation in 0.8 (#19299)Gregory Anders2022-07-09
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* chore: format runtime with styluaChristian Clason2022-05-09
* feat(lua): vim.deprecate() #18320dundargoc2022-05-03
* fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii142022-04-26
* feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen2022-03-02
* docs(lsp): fix on_publish_diagnostics example (#17146)xnmet2022-01-21
* feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06
* refactor(diagnostic): add warning to deprecated functions (#16536)dundargoc2021-12-08
* refactor(lsp): remove usage of deprecated function (#16539)Gregory Anders2021-12-07
* feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2021-11-28
* chore: fix typos (#16361)dundargoc2021-11-27
* feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders2021-11-25
* fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders2021-11-19
* fix(diagnostic): handle an unknown or missing client (#16242)Gregory Anders2021-11-05