helix-mirror/helix-lsp
Ryan Fowler 5c41f22c2a
Add support for LSP DidChangeWatchedFiles (#7665)
* Add initial support for LSP DidChangeWatchedFiles

* Move file event Handler to helix-lsp

* Simplify file event handling

* Refactor file event handling

* Block on future within LSP file event handler

* Fully qualify uses of the file_event::Handler type

* Rename ops field to options

* Revert newline removal from helix-view/Cargo.toml

* Ensure file event Handler is cleaned up when lsp client is shutdown
2023-07-22 00:21:21 +02:00
..
src Add support for LSP DidChangeWatchedFiles (#7665) 2023-07-22 00:21:21 +02:00
Cargo.toml Add support for LSP DidChangeWatchedFiles (#7665) 2023-07-22 00:21:21 +02:00