We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b4017 commit fbab700Copy full SHA for fbab700
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 = "18";
+ public static final String REQUIRED_LS_PROTOCOL_VERSION = "19";
12
13
public static URI getBaseUri() {
14
return URI.create(PREFERENCES.getPref(CLI_BASE_URL));
0 commit comments