Files
openide/python/python-exec-service/resources/intellij.python.community.execService.xml
Ilya.Kazakevich 80f248d842 Python: Move helpers locator out of PSI module
GitOrigin-RevId: 55fb4b41c56fdd41b6d9523cd7a148c002ffb8be
2025-06-07 21:59:42 +00:00

7 lines
227 B
XML

<idea-plugin package="com.intellij.python.community.execService">
<dependencies>
<module name="intellij.python.community"/>
<module name="intellij.python.community.helpersLocator"/>
</dependencies>
</idea-plugin>