Re-enabled ChangeReminder in master for PyCharm

It reverts "PY-36919 Disabled ChangeReminder for PyCharm 2019.2", commit df04ccbf.

GitOrigin-RevId: 92098ae1d79fa6a65a763c698172dc026b37dc00
This commit is contained in:
Andrey Vlasovskikh
2019-07-26 14:19:17 +03:00
committed by intellij-monorepo-bot
parent 43acc67729
commit 8d6b7a8f09
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ intellij.statsCollector
intellij.tasks.core
intellij.terminal
intellij.textmate
intellij.vcs.changeReminder
intellij.vcs.git
intellij.vcs.github
intellij.vcs.hg

View File

@@ -26,5 +26,6 @@
<orderEntry type="module" module-name="intellij.configurationScript" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.statsCollector" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.sh" />
<orderEntry type="module" module-name="intellij.vcs.changeReminder" />
</component>
</module>