We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214ce1e commit 28dd5d9Copy full SHA for 28dd5d9
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 = "6";
+ public static final String REQUIRED_LS_PROTOCOL_VERSION = "7";
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