helix/helix-term/src/commands
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
..
dap.rs Fix crash when cwd is deleted (#7185) 2023-07-11 19:51:04 +02:00
lsp.rs feat: resolve code action (#7677) 2023-07-21 14:50:08 -05:00
typed.rs Add support for LSP DidChangeWatchedFiles (#7665) 2023-07-22 00:21:21 +02:00