We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a527bb commit 4bd15bfCopy full SHA for 4bd15bf
1 file changed
plugin/src/main/java/io/snyk/languageserver/download/LsBinaries.java
@@ -8,7 +8,7 @@
8
9
public class LsBinaries {
10
private static final Preferences PREFERENCES = Preferences.getInstance();
11
- public static final String REQUIRED_LS_PROTOCOL_VERSION = "12";
+ public static final String REQUIRED_LS_PROTOCOL_VERSION = "14";
12
13
public static URI getBaseUri() {
14
return URI.create(PREFERENCES.getPref(CLI_BASE_URL));
0 commit comments