mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[python] PY-79486: (WIP) split pyproject.toml tools into backend/common.
Each tool (uv, poetry) now has `common` and `backend` part. `common` has icons because we need them both on the front and on the back. We might need to create `front` module also if we wouldn't be able to use icons in compose. GitOrigin-RevId: b5662fbdf3d23f1ddaa5926469d1cfd2051a0fba
This commit is contained in:
committed by
intellij-monorepo-bot
parent
29badacb2b
commit
c183e6e634
@@ -24,6 +24,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
</dependencies>
|
||||
|
||||
<content namespace="jetbrains">
|
||||
<module name="intellij.python.common" loading="required"/>
|
||||
<module name="intellij.python.parser" loading="required"/>
|
||||
<module name="intellij.python.ast" loading="required"/>
|
||||
<module name="intellij.python.syntax.core" loading="required"/>
|
||||
@@ -36,8 +37,10 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<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.impl.uv" loading="required"/>
|
||||
<module name="intellij.python.community.impl.poetry.common" loading="required"/>
|
||||
<module name="intellij.python.community.impl.poetry.backend"/>
|
||||
<module name="intellij.python.community.impl.uv.common" loading="required"/>
|
||||
<module name="intellij.python.community.impl.uv.backend"/>
|
||||
<module name="intellij.python.community.impl.pipenv" loading="required"/>
|
||||
<module name="intellij.python.community.core.impl" loading="required"/>
|
||||
<module name="intellij.python.community.helpersLocator" loading="required"/>
|
||||
@@ -69,7 +72,6 @@ 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.common"/>
|
||||
<module name="intellij.platform.ide.nonModalWelcomeScreen"/>
|
||||
<module name="intellij.platform.ide.nonModalWelcomeScreen.backend"/>
|
||||
<module name="intellij.platform.ide.nonModalWelcomeScreen.frontend"/>
|
||||
|
||||
Reference in New Issue
Block a user