Files
openide/python/python-hatch/resources/intellij.python.hatch.xml
T
Vladimir.Koshelevandintellij-monorepo-bot c5b44ca085 [python] PY-84398 get rid of package prefix in python modules.
It doesn't work. Sad, but true.

GitOrigin-RevId: c6cf4f2971ce813a2ce18afb2dcee22c2c5dad75
2025-09-26 15:15:29 +00:00

15 lines
582 B
XML

<idea-plugin>
<dependencies>
<module name="intellij.python.community"/>
<module name="intellij.python.community.execService"/>
<module name="intellij.python.sdk"/>
<module name="intellij.python.sdk.ui"/>
<module name="intellij.python.pyproject"/>
</dependencies>
<extensions defaultExtensionNs="Pythonid">
<evoTreeElementProvider id="HatchEvoProvider"
order="after CondaEvoProvider"
implementation="com.intellij.python.hatch.sdk.evolution.HatchSelectSdkProvider"/>
</extensions>
</idea-plugin>