From dcbcdebef63f91945b3bcbb2cbb2584e36ab77db Mon Sep 17 00:00:00 2001 From: Abdelrahman Shawki Hassan Date: Tue, 23 Jul 2024 14:10:16 +0200 Subject: [PATCH] chore: bump ls protocol version to 13 --- .../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 a4a0e15d4..f60588ced 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 = 12 + val requiredLsProtocolVersion = 13 var currentLSProtocolVersion: Int? = 0 var isGlobalIgnoresFeatureEnabled = false