StatisticsStateCollectorsScheduler - do not use projectOpened

GitOrigin-RevId: 04e0a645ab05c5ebf9241d93803559b0794d6f6a
This commit is contained in:
Vladimir Krivosheev
2022-07-18 07:24:17 +02:00
committed by intellij-monorepo-bot
parent 0bd061fca0
commit 28d91ee7e8
6 changed files with 96 additions and 102 deletions

View File

@@ -10,6 +10,7 @@
<extensions defaultExtensionNs="com.intellij">
<applicationInitializedListener implementation="com.intellij.internal.statistic.updater.StatisticsJobsScheduler"/>
<applicationInitializedListener implementation="com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler"/>
<postStartupActivity implementation="com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler$MyStartupActivity"/>
<projectViewPane implementation="com.intellij.ide.projectView.impl.ProjectViewPane"/>