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 1f7d592 commit 627454fCopy full SHA for 627454f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Snyk Security Changelog
2
3
+## [2.2.1]
4
+### Fixed
5
+- bump LS protocol version to 19.
6
+
7
## [2.2.0]
8
### Changed
9
- Support early access of Ignores Approval Workflow
Snyk.VisualStudio.Extension.2022/Language/LsConstants.cs
@@ -2,7 +2,7 @@
{
public static class LsConstants
- public const string ProtocolVersion = "18";
+ public const string ProtocolVersion = "19";
// Notifications
public const string SnykHasAuthenticated = "$/snyk.hasAuthenticated";
0 commit comments