neovim/runtime/lua
Jon Huhn 073035a030
fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)
Some LSP servers (tailwindcss, rome) are known to request registration
for `workspace/didChangeWatchedFiles` even when the corresponding client
capability does not advertise support. This change adds an extra check
in the `client/registerCapability` handler not to start a watch unless
the client capability is set appropriately.
2023-05-20 07:45:39 +02:00
..
nvim refactor: deprecate checkhealth functions 2023-04-15 23:40:48 +02:00
provider fix(checkhealth): shell_error and cpanm module 2023-04-16 12:39:48 +02:00
vim fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689) 2023-05-20 07:45:39 +02:00
_vim9script.lua docs: small fixes 2023-05-13 21:33:22 +02:00
editorconfig.lua fix(editorconfig): add missing root validation (#23462) 2023-05-03 12:26:40 -06:00
man.lua fix(man.lua): return support of all sections 2023-05-07 17:31:33 +07:00