mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +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
8 lines
326 B
XML
8 lines
326 B
XML
<idea-plugin package="com.intellij.python.community.impl.venv">
|
|
<dependencies>
|
|
<module name="intellij.python.community"/>
|
|
<module name="intellij.python.community.execService"/>
|
|
<module name="intellij.python.community.execService.python"/>
|
|
<module name="intellij.python.sdk"/>
|
|
</dependencies>
|
|
</idea-plugin> |