Skip to content

Commit ee47a36

Browse files
Merge pull request #124 from snyk/chore/ls-version
chore: bump LS version
2 parents 214ce1e + 1b7bea7 commit ee47a36

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## [2.0.0] - Unreleased
44
### Changes
5-
- Snyk Test now scans the selected project
5+
- Increase LS version
6+
7+
## [2.0.0] - v20230131.163308
8+
### Changes
9+
- Snyk Test now scans the selected project
610
- Added new Snyk Test Workspace command
711

812
## [2.0.0] - v20221222.164444

plugin/src/main/java/io/snyk/languageserver/download/LsBinaries.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class LsBinaries {
66
private static final String LS_DOWNLOAD_BASE_URL = "https://static.snyk.io/snyk-ls";
7-
public static final String REQUIRED_LS_PROTOCOL_VERSION = "6";
7+
public static final String REQUIRED_LS_PROTOCOL_VERSION = "7";
88

99
public static URI getBaseUri() {
1010
return URI.create(String.format("%s/%s", LS_DOWNLOAD_BASE_URL, REQUIRED_LS_PROTOCOL_VERSION));

0 commit comments

Comments
 (0)