You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
For the workspace/didChangeWatchedFiles notifications, the server needs to first send a registerCapability request to the client for DidChangeWatchedFilesClientCapabilities, since it doesn't support static registration. From then on it can send the notifications, presumably for files that match the patterns specified in the capabilities.
Part of the work towards #63.
The session will now keep track of the capabilities that are registered
and unregister them when requests come in from the server.
openDoc' has been removed and replaced with createDoc.
createDoc will send out workspace/didChangeWatchedFiles notifications
whenever the server registers for it.
lukel97
added a commit
to haskell/lsp
that referenced
this issue
Feb 27, 2021
Part of the work towards lukel97/lsp-test#63.
The session will now keep track of the capabilities that are registered
and unregister them when requests come in from the server.
openDoc' has been removed and replaced with createDoc.
createDoc will send out workspace/didChangeWatchedFiles notifications
whenever the server registers for it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should detect if the server supports workspace capabilities, and send appropriate notifications such as haskell/ghcide#322
The text was updated successfully, but these errors were encountered: