Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register capabilities dynamically, complete support for didChangedWat…
…chedFiles (#1332) * Register capability for didChangeWatchedFiles If the client supports it, be notified about OS changes about watched files. * Register capabilities dynamically, complete support for didChangedWatchedFiles By being able to register capabilities dynamically, Erlang LS can instruct the client to send `didChangeWatchedFiles` requests whenever a file or directory is modified outside of the client itself. Through this mechanism it is possible to prevent text synchronization issues and crashes during events such as a rebase or a checkout. * Update apps/els_lsp/src/els_general_provider.erl Co-authored-by: Michał Muskała <[email protected]>
- Loading branch information