Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"

This reverts commit 5732aa706c.

Causes editor to freeze in projects with many watcher registrations
This commit is contained in:
Mathias Fussenegger
2023-02-25 11:17:28 +01:00
parent 5732aa706c
commit f0f27e9aef
9 changed files with 9 additions and 1279 deletions

View File

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