Files
openide/python/python-uv/common/resources/intellij.python.community.impl.uv.common.xml
T
Ilya.Kazakevichandintellij-monorepo-bot c183e6e634 [python] PY-79486: (WIP) split pyproject.toml tools into backend/common.
Each tool (uv, poetry) now has `common` and `backend` part. `common` has icons because we need them both on the front and on the back.

We might need to create `front` module also if we wouldn't be able to use icons in compose.

GitOrigin-RevId: b5662fbdf3d23f1ddaa5926469d1cfd2051a0fba
2025-10-16 17:21:59 +00:00

11 lines
363 B
XML

<idea-plugin visibility="internal">
<dependencies>
<module name="intellij.python.common"/>
<module name="intellij.python.community"/>
</dependencies>
<extensions defaultExtensionNs="com.intellij">
<python.common.toolToIconMapper implementation="com.intellij.python.community.impl.uv.common.impl.UvToolIdMapper"/>
</extensions>
</idea-plugin>