From 07dd8b1624f41c13a8cee770b2f567cfafb9bae3 Mon Sep 17 00:00:00 2001 From: Evgeniia Kirillova Date: Fri, 26 Sep 2025 13:02:37 +0200 Subject: [PATCH] [k8s] IJPL-206187: change inlay.configuration version GitOrigin-RevId: a06c937d2cb9e6b8395eaf79eaa72b3aa0c2878d --- .../intellij/codeInsight/hints/InlayProviderUsageCollector.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/lang-impl/src/com/intellij/codeInsight/hints/InlayProviderUsageCollector.kt b/platform/lang-impl/src/com/intellij/codeInsight/hints/InlayProviderUsageCollector.kt index 8f773c788139..67df47894acf 100644 --- a/platform/lang-impl/src/com/intellij/codeInsight/hints/InlayProviderUsageCollector.kt +++ b/platform/lang-impl/src/com/intellij/codeInsight/hints/InlayProviderUsageCollector.kt @@ -19,7 +19,7 @@ import com.intellij.openapi.project.Project private val LOG = logger() internal class InlayProviderUsageCollector : ProjectUsagesCollector() { - private val INLAY_CONFIGURATION_GROUP = EventLogGroup("inlay.configuration", 53) + private val INLAY_CONFIGURATION_GROUP = EventLogGroup("inlay.configuration", 54) private val GLOBAL_SETTINGS_EVENT = INLAY_CONFIGURATION_GROUP.registerEvent( "global.inlays.settings",