mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
(RIDER-123585, FUS-5561) EditorsCollector: fix the FUS syntax
(cherry picked from commit 06ad0e211b561803d4c3a8b99f59b42f9af2b320) GitOrigin-RevId: 396d7601385dd321f6c35273e6e7d22fc12f6345
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0140a39861
commit
d4d05a53ad
@@ -20,7 +20,7 @@ private const val ZED_ID = ".zed"
|
||||
private const val VISUAL_STUDIO_ID = "VisualStudio"
|
||||
|
||||
internal class EditorsCollector : ApplicationUsagesCollector() {
|
||||
private val EDITORS_GROUP: EventLogGroup = EventLogGroup("editors", 6)
|
||||
private val EDITORS_GROUP: EventLogGroup = EventLogGroup("editors", 7)
|
||||
|
||||
override fun getGroup(): EventLogGroup = EDITORS_GROUP
|
||||
|
||||
@@ -50,7 +50,7 @@ internal class EditorsCollector : ApplicationUsagesCollector() {
|
||||
|
||||
private val VISUAL_STUDIO_VERSIONS_INSTALLED: EventId1<List<String>> = EDITORS_GROUP.registerEvent(
|
||||
"visual.studio.versions.installed",
|
||||
EventFields.StringListValidatedByRegexp("versions", "{regexp#version}")
|
||||
EventFields.StringListValidatedByRegexp("versions", "version")
|
||||
)
|
||||
|
||||
override suspend fun getMetricsAsync(): Set<MetricEvent> {
|
||||
|
||||
Reference in New Issue
Block a user