mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +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: 560b5aa67e4e747a1653ad6e4f780301a3fae289
23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<idea-plugin visibility="public">
|
|
<dependencies>
|
|
<module name="intellij.python.community"/>
|
|
<module name="intellij.python.community.helpersLocator"/>
|
|
<module name="intellij.python.common"/>
|
|
</dependencies>
|
|
<extensionPoints>
|
|
<extensionPoint qualifiedName="Pythonid.pythonSdkFlavor" interface="com.jetbrains.python.sdk.flavors.PythonSdkFlavor" dynamic="true"/>
|
|
<extensionPoint qualifiedName="Pythonid.pythonFlavorProvider"
|
|
interface="com.jetbrains.python.sdk.flavors.PythonFlavorProvider"
|
|
dynamic="true"/>
|
|
<extensionPoint qualifiedName="Pythonid.projectSdkConfigurationExtension"
|
|
interface="com.jetbrains.python.sdk.configuration.PyProjectSdkConfigurationExtension"
|
|
dynamic="true"/>
|
|
</extensionPoints>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceImplementation="com.jetbrains.python.packaging.PyCondaPackageService"/>
|
|
<applicationService serviceInterface="com.jetbrains.python.sdk.WinRegistryService"
|
|
serviceImplementation="com.jetbrains.python.sdk.WinRegistryServiceImpl"/>
|
|
<applicationService serviceImplementation="com.jetbrains.python.sdk.PySdkSettings"/>
|
|
</extensions>
|
|
</idea-plugin>
|