PY-72070 Add a registry key for new logic

(cherry picked from commit e4ba7ef985a72006008ba4e377aa2e50385ea0bd)

GitOrigin-RevId: d399d09949844a989b130aba119af4ca5118e8b1
This commit is contained in:
Timur Malanin
2024-11-29 14:14:40 +01:00
committed by intellij-monorepo-bot
parent 8567a5261d
commit c57369d4d2

View File

@@ -114,6 +114,11 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
defaultValue="true" defaultValue="true"
restartRequired="false" restartRequired="false"
description="Use bare python instead of conda run for conda"/> description="Use bare python instead of conda run for conda"/>
<registryKey key="python.packaging.conda.chain.installation"
defaultValue="true"
restartRequired="true"
description="When enabled, package managers are tried in sequence until
the package is successfully installed or all attempts fail."/>
<iconMapper mappingFile="PythonIconMappings.json"/> <iconMapper mappingFile="PythonIconMappings.json"/>
<library.type implementation="com.jetbrains.python.library.PythonLibraryType"/> <library.type implementation="com.jetbrains.python.library.PythonLibraryType"/>
<renameHandler implementation="com.jetbrains.python.magicLiteral.PyMagicLiteralRenameHandler"/> <renameHandler implementation="com.jetbrains.python.magicLiteral.PyMagicLiteralRenameHandler"/>