summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/_watchfiles.lua
AgeCommit message (Expand)AuthorFiles
2025-10-04fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)Maria Solano1
2025-01-02fix(lsp): ensure watcher cancelJaehwang Jung1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell1
2024-11-18refactor(lsp): fold in dynamic_registration code into the clientLewis Russell1
2024-07-06feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider1
2024-03-01feat(lsp): add fswatch watchfunc backendLewis Russell1
2024-03-01fix(lsp): cancel watchers when closing a clientLewis Russell1
2024-03-01refactor(watch): general tidy upLewis Russell1
2024-02-13refactor(lsp): resolve the config-client entanglementLewis Russell1
2024-02-03refactor: create function for deferred loadingdundargoc1
2023-12-22refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli1
2023-11-20refactor(lsp): add type annotations to _watchfiles (#26109)Mathias Fußenegger1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1
2023-08-04fix(lsp): do not assume client capability exists in watchfiles check (#24550)Sean Dewar1
2023-08-03refactor(lsp): use protocol.Methods instead of strings #24537Raphael1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-06-14perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500)Jon Huhn1
2023-06-05refactor(lsp): use LPeg for watchfiles matching (#23788)Jon Huhn1
2023-05-20fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)Jon Huhn1
2023-05-09fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)Jon Huhn1
2023-03-05fix(lsp): don't monitor files if workspace_folders is nil (#22531)Mathias Fußenegger1
2023-03-05feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn1
2023-02-25Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger1
2023-02-25feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn1