Skip to content

Commit a5fa531

Browse files
23jura23intellij-monorepo-bot
authored andcommitted
[AIT-215] Add inlay hints and intentions for prompts in AI Playground, remove gutters
GitOrigin-RevId: 32294f6710052d19b8ac2b8710ce26dd89505488
1 parent 9b4ebd8 commit a5fa531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/lang-impl/src/com/intellij/codeInsight/hints/InlayProviderUsageCollector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import com.intellij.openapi.project.Project
1919
private val LOG = logger<InlayProviderUsageCollector>()
2020

2121
internal class InlayProviderUsageCollector : ProjectUsagesCollector() {
22-
private val INLAY_CONFIGURATION_GROUP = EventLogGroup("inlay.configuration", 55)
22+
private val INLAY_CONFIGURATION_GROUP = EventLogGroup("inlay.configuration", 56)
2323

2424
private val GLOBAL_SETTINGS_EVENT = INLAY_CONFIGURATION_GROUP.registerEvent(
2525
"global.inlays.settings",

0 commit comments

Comments
 (0)