feat(lsp): implement workspace/didChangeWatchedFiles (#22405)

This commit is contained in:
Jon Huhn
2023-03-05 00:52:27 -06:00
committed by GitHub
parent 419819b624
commit ac69ba5fa0
9 changed files with 1295 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ for k, v in pairs({
health = true,
fs = true,
secure = true,
_watch = true,
}) do
vim._submodules[k] = v
end