mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
Python: Move helpers locator out of PSI module
GitOrigin-RevId: 55fb4b41c56fdd41b6d9523cd7a148c002ffb8be
This commit is contained in:
committed by
intellij-monorepo-bot
parent
90ac47ccc6
commit
80f248d842
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user