PY-79486: Split sdk detector to backend-frontend

GitOrigin-RevId: c06ca10a1640e7dea536f1b94df82b7bcfadf14b
This commit is contained in:
Ilya.Kazakevich
2025-10-02 16:38:30 +02:00
committed by intellij-monorepo-bot
parent 8f655f403f
commit cc2a447cc5
40 changed files with 651 additions and 81 deletions

View File

@@ -151,9 +151,15 @@
files:
- name: $MAVEN_REPOSITORY$/io/github/z4kn4fein/semver-jvm/2/semver-jvm-2.jar
reason: <- intellij.python.sdk.ui
- name: lib/modules/intellij.python.sdkConfigurator.jar
- name: lib/modules/intellij.python.sdkConfigurator.backend.jar
contentModules:
- name: intellij.python.sdkConfigurator
- name: intellij.python.sdkConfigurator.backend
- name: lib/modules/intellij.python.sdkConfigurator.common.jar
contentModules:
- name: intellij.python.sdkConfigurator.common
- name: lib/modules/intellij.python.sdkConfigurator.frontend.jar
contentModules:
- name: intellij.python.sdkConfigurator.frontend
- name: lib/modules/intellij.python.syntax.core.jar
contentModules:
- name: intellij.python.syntax.core

View File

@@ -33,7 +33,9 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
<module name="intellij.python.sdk" loading="required"/>
<module name="intellij.python.sdk.ui" loading="required"/>
<module name="intellij.python.pyproject" loading="required"/>
<module name="intellij.python.sdkConfigurator" loading="required"/>
<module name="intellij.python.sdkConfigurator.common" loading="required"/>
<module name="intellij.python.sdkConfigurator.backend"/>
<module name="intellij.python.sdkConfigurator.frontend"/>
<module name="intellij.python.community.impl.poetry" loading="required"/>
<module name="intellij.python.community.core.impl" loading="required"/>
<module name="intellij.python.community.helpersLocator" loading="required"/>