[aia] Restore standard What's New in PC CE (LLM-14380, LLM-13621)

(cherry picked from commit d80c988770ee8bfb26f8ce12b8513ef658da702c)

IJ-CR-153933

GitOrigin-RevId: b6ad6f720c69588e8acc7620a97d5a442ac6d596
This commit is contained in:
Marat Khabibullin
2025-01-29 16:00:49 +02:00
committed by intellij-monorepo-bot
parent c8080e5f06
commit 7ed4c31470

View File

@@ -39,7 +39,7 @@ private class WhatsNewEnvironmentAccessorImpl : WhatsNewEnvironmentAccessor {
// TODO: disable for UI tests since UI tests are not ready for What's new
|| Registry.`is`("expose.ui.hierarchy.url", false)
// TODO this is done temporarily, see LLM-13591
|| PlatformUtils.isIdeaCommunity() || PlatformUtils.isPyCharmCommunity()
|| PlatformUtils.isIdeaCommunity()
override suspend fun getWhatsNewContent() = WhatsNewContent.getWhatsNewContent()
override fun findAction() = ActionManager.getInstance().getAction("WhatsNewAction") as? WhatsNewAction