We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db19053 commit 29ba481Copy full SHA for 29ba481
src/Protocol/ClientNames.cs
@@ -2,7 +2,7 @@ namespace OmniSharp.Extensions.LanguageServer.Protocol
2
{
3
public static class ClientNames
4
5
- public const string RegisterCapability = "client/unregisterCapability";
+ public const string RegisterCapability = "client/registerCapability";
6
public const string UnregisterCapability = "client/unregisterCapability";
7
}
8
0 commit comments