mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
PY-79486: Split sdk detector to backend-frontend
GitOrigin-RevId: c06ca10a1640e7dea536f1b94df82b7bcfadf14b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8f655f403f
commit
cc2a447cc5
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user