mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
It doesn't work. Sad, but true. GitOrigin-RevId: c6cf4f2971ce813a2ce18afb2dcee22c2c5dad75
15 lines
582 B
XML
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> |