Skip to content

Commit

Permalink
Revert "chore: bump ls protocol version to 18"
Browse files Browse the repository at this point in the history
This reverts commit 09c03b7.
  • Loading branch information
ShawkyZ committed Jan 27, 2025
1 parent 705cacd commit 24e2b4a
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 = "18";
public const string ProtocolVersion = "17";

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

0 comments on commit 24e2b4a

Please sign in to comment.