Python, DS: Use the new interpreter configuration UI to unify it between DS and PyCharm.

GitOrigin-RevId: 9faec46e4265e4a085c8f6acabee78551360c6a4
This commit is contained in:
Ilya.Kazakevich
2024-08-14 17:54:49 +02:00
committed by intellij-monorepo-bot
parent 48290d78a4
commit d74ffab3ba
3 changed files with 14 additions and 32 deletions

View File

@@ -625,9 +625,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<lookup.usageDetails implementation="com.jetbrains.python.statistics.PyCompletionStatisticLogger"/>
<statistics.collectorExtension implementation="com.jetbrains.python.statistics.PyCompletionUsageExtension"/>
<registryKey key="python.new.interpreter.creation.ui" defaultValue="true"
description="Enable new UI for adding Python interpreter in New Project dialog."/>
<!-- Parameter Info -->
<registryKey key="python.parameter.info.show.all.hints" defaultValue="false"
description="Show type hints for all parameters in parameter info window"/>