Skip to content

Commit 627454f

Browse files
authored
fix: bump ls protocol version (#373)
* fix: bump ls protocol version * chore: update changelog
1 parent 1f7d592 commit 627454f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Snyk Security Changelog
22

3+
## [2.2.1]
4+
### Fixed
5+
- bump LS protocol version to 19.
6+
37
## [2.2.0]
48
### Changed
59
- Support early access of Ignores Approval Workflow

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 = "18";
5+
public const string ProtocolVersion = "19";
66

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

0 commit comments

Comments
 (0)