mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:38:56 +07:00
Use `ExecService` `api.kt` to exec any binary and extensions from `execService.python/api.kt` for python-specific things (i.e helpers) GitOrigin-RevId: bb217798a9d1ee886c4b12220ec1f66a5ef08336
7 lines
185 B
XML
7 lines
185 B
XML
<idea-plugin>
|
|
<dependencies>
|
|
<module name="intellij.python.community.execService"/>
|
|
<module name="intellij.python.community.helpersLocator"/>
|
|
</dependencies>
|
|
</idea-plugin>
|