mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Python: make system python service available from community.
We make it a part of PythonCore module to use it from community GitOrigin-RevId: ea6b00b6ac1a24478f9ff74cb34beffab0942089
This commit is contained in:
committed by
intellij-monorepo-bot
parent
91cfd7fca0
commit
6b6658fbc9
@@ -53,9 +53,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<module name="intellij.python.markdown"/>
|
||||
<module name="intellij.python.ml.features"/>
|
||||
<module name="intellij.python.terminal"/>
|
||||
<module name="intellij.python.community.services.systemPython"/>
|
||||
<module name="intellij.python.community.services.shared"/>
|
||||
<module name="intellij.python.community.services.internal.impl"/>
|
||||
|
||||
</content>
|
||||
|
||||
<resource-bundle>messages.PyBundle</resource-bundle>
|
||||
@@ -1042,7 +1040,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<extensionPoints>
|
||||
<extensionPoint qualifiedName="Pythonid.systemPythonProvider"
|
||||
dynamic="true"
|
||||
interface="com.jetbrains.python.systemPythonSpi.SystemPythonProvider"/>
|
||||
interface="com.intellij.python.community.services.systemPython.SystemPythonProvider"/>
|
||||
</extensionPoints>
|
||||
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user