From 576936c7be6606488b38b050d2fea52deb701c2d Mon Sep 17 00:00:00 2001 From: Abdelrahman Shawki Hassan Date: Tue, 23 Jul 2024 14:16:02 +0200 Subject: [PATCH] Revert "chore: bump ls protocol version to 13" This reverts commit dcbcdebef63f91945b3bcbb2cbb2584e36ab77db. --- .../snyk/plugin/services/SnykApplicationSettingsStateService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/io/snyk/plugin/services/SnykApplicationSettingsStateService.kt b/src/main/kotlin/io/snyk/plugin/services/SnykApplicationSettingsStateService.kt index f60588ced..a4a0e15d4 100644 --- a/src/main/kotlin/io/snyk/plugin/services/SnykApplicationSettingsStateService.kt +++ b/src/main/kotlin/io/snyk/plugin/services/SnykApplicationSettingsStateService.kt @@ -27,7 +27,7 @@ import java.util.UUID ) class SnykApplicationSettingsStateService : PersistentStateComponent { - val requiredLsProtocolVersion = 13 + val requiredLsProtocolVersion = 12 var currentLSProtocolVersion: Int? = 0 var isGlobalIgnoresFeatureEnabled = false