Merge pull request #27347 from lewis6991/fswatch

feat(lsp): add fswatch watchfunc backend
This commit is contained in:
Lewis Russell
2024-03-01 23:31:20 +00:00
committed by GitHub
9 changed files with 485 additions and 384 deletions

View File

@@ -815,6 +815,7 @@ function Client:_stop(force)
rpc.terminate()
self._graceful_shutdown_failed = true
end
vim.lsp._watchfiles.cancel(self.id)
end)
end