Skip to content

Commit 4bd15bf

Browse files
chore: bump ls version protocol to 14 (#190)
* chore: bump ls version protocol * chore: bump ls protocol version to 14 --------- Co-authored-by: Bastian Doetsch <bastian.doetsch@snyk.io>
1 parent 9a527bb commit 4bd15bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/java/io/snyk/languageserver/download/LsBinaries.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class LsBinaries {
1010
private static final Preferences PREFERENCES = Preferences.getInstance();
11-
public static final String REQUIRED_LS_PROTOCOL_VERSION = "12";
11+
public static final String REQUIRED_LS_PROTOCOL_VERSION = "14";
1212

1313
public static URI getBaseUri() {
1414
return URI.create(PREFERENCES.getPref(CLI_BASE_URL));

0 commit comments

Comments
 (0)