PY-82344 Enable the new UI for Update Dialog for PyCharm

GitOrigin-RevId: 794ca7ea6ccba61e4a2ead522c672dcfcd592502
This commit is contained in:
Daniil Kalinin
2025-10-13 06:40:51 +02:00
committed by intellij-monorepo-bot
parent 0bca830d9e
commit 97ce0f6cd7

View File

@@ -191,6 +191,8 @@
<registryKey key="python.debugger.use.dispatcher" defaultValue="false" description="Use dispatcher in Python debugger"/>
<registryKey key="flask.new.run.config" defaultValue="true" description="Flask Server Run configurations new UI"/>
<registryKey key="pytest.new.run.config" defaultValue="true" description="PyTest configurations new UI"/>
<registryKey key="ide.update.dialog.new.ui.enabled" defaultValue="true" description="Enable the new UI for IDE Update Dialog"
overrides="true"/>
<registryKey key="python.test.autodetect.new.run.config" defaultValue="true" description="Python test autodetect configuration new UI"/>
<registryKey key="python.run.doctest.via.pytest.configuration" defaultValue="true" description="Run doctest via pytest configuration"/>
<registryKey key="debugger.valueTooltipAutoShow" defaultValue="false" description="Auto show tooltip on mouse over." overrides="true"/>