Skip to content

Commit

Permalink
chore: bump ls protocol version to 18 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ authored Jan 10, 2025
1 parent 3a304bb commit b56d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snyk.VisualStudio.Extension.2022/Language/LsConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public static class LsConstants
{
public const string ProtocolVersion = "17";
public const string ProtocolVersion = "18";

// Notifications
public const string SnykHasAuthenticated = "$/snyk.hasAuthenticated";
Expand Down

0 comments on commit b56d1c7

Please sign in to comment.