From: Luke Lau Date: Thu, 14 May 2020 19:16:44 +0000 (+0100) Subject: Handle [un]registerCapability and workspace/didChangeWatchedFiles X-Git-Tag: 0.11.0.0~5 X-Git-Url: https://git.lukelau.me/?a=commitdiff_plain;h=71f5ececdaa02c87b026c40d70fb55c4a0d05044;hp=71f5ececdaa02c87b026c40d70fb55c4a0d05044;p=lsp-test.git Handle [un]registerCapability and workspace/didChangeWatchedFiles 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. ---