[Feedback] Update deadline date for the productivity metrics survey

GitOrigin-RevId: 9a7c3dfdf9359ef43e85ab2427166e1ba8f2a8db
This commit is contained in:
Dmitry Pogrebnoy
2023-01-16 12:03:42 +01:00
committed by intellij-monorepo-bot
parent 2362d75258
commit e6547be07c

View File

@@ -101,7 +101,7 @@ enum class IdleFeedbackTypes {
PRODUCTIVITY_METRIC_FEEDBACK {
override val fusFeedbackId: String = "productivity_metric_feedback"
override val suitableIdeVersion: String = "2023.1"
private val lastDayCollectFeedback = LocalDate(2022, 12, 6)
private val lastDayCollectFeedback = LocalDate(2023, 2, 28)
private val maxNumberNotificationShowed = 1
override fun isSuitable(): Boolean {