We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d67a8e + 2335a55 commit 7e38261Copy full SHA for 7e38261
1 file changed
plugin/src/main/java/io/snyk/languageserver/download/LsBinaries.java
@@ -4,7 +4,7 @@
4
5
public class LsBinaries {
6
private static final String LS_DOWNLOAD_BASE_URL = "https://static.snyk.io/snyk-ls";
7
- public static final String REQUIRED_LS_PROTOCOL_VERSION = "9";
+ public static final String REQUIRED_LS_PROTOCOL_VERSION = "10";
8
9
public static URI getBaseUri() {
10
return URI.create(String.format("%s/%s", LS_DOWNLOAD_BASE_URL, REQUIRED_LS_PROTOCOL_VERSION));
0 commit comments