Skip to content

Commit 6ed8d72

Browse files
authored
fix protocol version in client
1 parent 73c66f4 commit 6ed8d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class Client extends Protocol<
3737
{
3838
method: "initialize",
3939
params: {
40-
protocolVersion: 1,
40+
protocolVersion: PROTOCOL_VERSION,
4141
capabilities: {},
4242
clientInfo: this._clientInfo,
4343
},

0 commit comments

Comments
 (0)