(RIDER-123585) FUS: add VS to the config list, bump the collector version

(cherry picked from commit b65cbc85b844d47934836e344eabc57e7db3a642)

GitOrigin-RevId: 210b6982b147bdeaf26840bfd5438881969c4e2a
This commit is contained in:
Ivan Migalev
2025-03-14 17:12:51 +01:00
committed by intellij-monorepo-bot
parent c903a04964
commit 0140a39861

View File

@@ -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", 5)
private val EDITORS_GROUP: EventLogGroup = EventLogGroup("editors", 6)
override fun getGroup(): EventLogGroup = EDITORS_GROUP
@@ -30,7 +30,8 @@ internal class EditorsCollector : ApplicationUsagesCollector() {
CURSOR_ID,
WINDSURF_ID,
ECLIPSE_ID,
ZED_ID
ZED_ID,
VISUAL_STUDIO_ID
)
private val CONFIG_EXISTS: EventId1<String> = EDITORS_GROUP.registerEvent(