mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
(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:
committed by
intellij-monorepo-bot
parent
c903a04964
commit
0140a39861
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user