Skip to content

Commit 6130a81

Browse files
authored
chore: bump ls protocol version to 16 (#313)
1 parent 57271ee commit 6130a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snyk.VisualStudio.Extension.2022/Language/LsConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public static class LsConstants
44
{
5-
public const string ProtocolVersion = "15";
5+
public const string ProtocolVersion = "16";
66

77
// Notifications
88
public const string SnykHasAuthenticated = "$/snyk.hasAuthenticated";

0 commit comments

Comments
 (0)