mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
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
6 lines
258 B
XML
6 lines
258 B
XML
<idea-plugin visibility="internal">
|
|
<extensionPoints>
|
|
<extensionPoint qualifiedName="com.intellij.python.common.toolToIconMapper" dynamic="false" interface="com.intellij.python.common.tools.spi.ToolIdToIconMapper"/>
|
|
</extensionPoints>
|
|
</idea-plugin>
|