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 73c66f4 commit 6ed8d72Copy full SHA for 6ed8d72
src/client/index.ts
@@ -37,7 +37,7 @@ export class Client extends Protocol<
37
{
38
method: "initialize",
39
params: {
40
- protocolVersion: 1,
+ protocolVersion: PROTOCOL_VERSION,
41
capabilities: {},
42
clientInfo: this._clientInfo,
43
},
0 commit comments