summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/health.lua
AgeCommit message (Expand)AuthorFiles
2026-04-08refactor(filetype): move _get_known_filetypes, return a Set #38886Justin M. Keyes1
2026-04-08fix(health): misleading warnings re filetypes registered w/ vim.filetype.add(...Barrett Ruth1
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell1
2026-01-28refactor(lua): use vim.fs instead of fnamemodifyYochem van Rosmalen1
2025-12-15docs: misc, editorconfigJustin M. Keyes1
2025-12-11feat(lsp): warn about unknown filetype #36910Olivia Kinnear1
2025-10-14revert "fix(lsp): _get_workspace_folders does not handle root_dir() function"...Mathias Fußenegger1
2025-10-11fix(lsp): _get_workspace_folders does not handle root_dir() function #36071atusy1
2025-10-04fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)Maria Solano1
2025-08-17refactor(lsp): register all derived `Capability` prototypesYi Ming1
2025-08-11fix(lsp): deprecate vim.lsp.set_log_level, vim.lsp.get_log_path #35274Maria José Solano1
2025-07-07refactor(lsp): stateful data abstraction, vim.lsp.Capability #34639Yi Ming1
2025-06-26fix(lsp/health): always use vim.inspect to show root_markers (#34667)Gregory Anders1
2025-05-20fix(lsp/health): ensure valid table before concatenating (#34092)Gregory Anders1
2025-04-07fix(health): expecting nonexistent "inotifywait" function #33312Felipe Lema1
2025-03-28fix(lsp): warn on missing config in :checkhealth #33087Micah Halter1
2024-12-31feat(lsp): return resolved config for vim.lsp.config[name]Mathias Fussenegger1
2024-12-18feat(lsp): show server version in `:checkhealth` #31611Peter Lithammer1
2024-12-10feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell1
2024-10-28fix(lsp): list all workspace folders in healthcheck #30966Maria José Solano1
2024-07-06feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider1
2024-05-25fix(lsp): handle nil root_dir in health check (#29007)Mathias Fußenegger1
2024-05-24feat(lsp): update LSP healthcheck format (#28980)Gregory Anders1
2024-05-14fix(health): clients may not support watchfiles #28710Maria José Solano1
2024-03-01feat(lsp): add fswatch watchfunc backendLewis Russell1
2024-02-13refactor(lsp): resolve the config-client entanglementLewis Russell1
2024-02-10refactor(lsp): add type annotationsMaria José Solano1
2024-02-03refactor: create function for deferred loadingdundargoc1
2023-09-24feat(health): list attached buffers in LSP report #23561Bogdan Grigoruță1
2023-07-17feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2023-04-15refactor: deprecate checkhealth functionsdundargoc1
2023-01-08feat(lsp): show active clients in :checkhealth vim.lsp (#21670)Mathias Fußenegger1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-05-17fix(health): handle non-existent log file #18610Noval Maulana1
2022-05-09chore: format runtime with styluaChristian Clason1
2021-10-05fix(healthcheck): update builtins to the new convention #15914Javier Lopez1
2021-09-07feat(lsp): add lsp healthcheckMichael Lingelbach1