Handle [un]registerCapability and workspace/didChangeWatchedFiles
authorLuke Lau <luke_lau@icloud.com>
Thu, 14 May 2020 19:16:44 +0000 (20:16 +0100)
committerLuke Lau <luke_lau@icloud.com>
Thu, 14 May 2020 19:16:44 +0000 (20:16 +0100)
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.


No differences found