Skip to content

Commit b32776d

Browse files
chore: protocol version 9 for LS (#138)
1 parent 5214c76 commit b32776d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "8";
7+
public static final String REQUIRED_LS_PROTOCOL_VERSION = "9";
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)