Python: Move helpers locator out of PSI module

GitOrigin-RevId: 55fb4b41c56fdd41b6d9523cd7a148c002ffb8be
This commit is contained in:
Ilya.Kazakevich
2025-06-07 02:34:24 +02:00
committed by intellij-monorepo-bot
parent 90ac47ccc6
commit 80f248d842
46 changed files with 131 additions and 80 deletions

View File

@@ -34,6 +34,7 @@
- name: intellij.python.ast
- name: intellij.python.syntax.core
- name: intellij.python.syntax
- name: intellij.python.community.helpersLocator
- name: lib/python-ce.jar
modules:
- name: intellij.python.community.plugin

View File

@@ -41,6 +41,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<module name="intellij.python.pyproject" loading="embedded"/>
<module name="intellij.python.community.impl.poetry" loading="embedded"/>
<module name="intellij.python.community.core.impl" loading="embedded"/>
<module name="intellij.python.community.helpersLocator" loading="embedded"/>
<module name="intellij.python.community" loading="embedded"/>
<module name="intellij.python.community.impl" loading="embedded"/>
<module name="intellij.python.community.execService" loading="embedded"/>