Files
openide/python/python-hatch/resources/intellij.python.hatch.xml
Alexey Katsman ea82fe5cc2 [python] PY-83881 Provide python info during environment detection
GitOrigin-RevId: 4e424c8fa9c08ce3cd497586f5f13e5a5816f52a
2025-10-31 17:55:16 +00:00

23 lines
1015 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"/>
<module name="intellij.python.common"/>
<module name="intellij.python.community.execService.python"/>
</dependencies>
<extensions defaultExtensionNs="Pythonid">
<evoTreeElementProvider id="HatchEvoProvider"
order="after CondaEvoProvider"
implementation="com.intellij.python.hatch.sdk.evolution.HatchSelectSdkProvider"/>
</extensions>
<extensions defaultExtensionNs="com.intellij.python.pyproject.model">
<tool implementation="com.intellij.python.hatch.impl.HatchTool"/>
</extensions>
<extensions defaultExtensionNs="com.intellij">
<python.common.toolToIconMapper implementation="com.intellij.python.hatch.impl.HatchIdMapper"/>
</extensions>
</idea-plugin>