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:
Ilya.Kazakevich
2025-02-03 22:07:16 +00:00
committed by intellij-monorepo-bot
parent 91cfd7fca0
commit 6b6658fbc9
22 changed files with 85 additions and 114 deletions
@@ -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>