We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f9486 commit 9d67a8eCopy full SHA for 9d67a8e
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 = "10";
+ public static final String REQUIRED_LS_PROTOCOL_VERSION = "9";
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