-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly request file watchers from client (#35)
* Add explicit file watcher request It is recommended that servers register for the capability to watch files. Notably, in emacs, clients such as lsp-mode will act conservatively and not send file change notifications without the added message. Added a generic capability registration request and specify file watchers after initialization. * Mix format * Add workspace capabilities, conditionally send file watcher message
- Loading branch information
1 parent
6cc58bd
commit 95c021f
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters