Cleanup: fix some comments

This commit is contained in:
Kris De Volder
2017-04-20 10:33:06 -07:00
parent 954041182b
commit a3f08a7c3e

View File

@@ -35,7 +35,8 @@ public interface STS4LanguageClient extends LanguageClient {
* A client opts in via the ClientCapabilities.dynamicRegistration property
* <p>
* WARNING: This method doesn't formally exist in the LSP. It is actually
* called client/registerCapability. Unfortunately
* called client/registerCapability. The reason we added it here is because
* of this: https://github.com/Microsoft/vscode-languageserver-node/issues/199
*/
@JsonRequest("client/registerFeature")
CompletableFuture<Void> registerFeature(RegistrationParams params);