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