PY-79486: Introduce sdkConfigurator module.

This module listens for topic that model was just rebuilt from `pyproject.toml` and does its best to configure SDK.

It will support UI to make this process configurable

GitOrigin-RevId: c752c94385814b5fc4413316c0d9d4cc2adb41e4
This commit is contained in:
Ilya.Kazakevich
2025-10-02 06:59:28 +00:00
committed by intellij-monorepo-bot
parent ed0c01f602
commit 5a4843d743
33 changed files with 457 additions and 68 deletions
@@ -33,6 +33,7 @@ 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.community.impl.poetry" loading="required"/>
<module name="intellij.python.community.core.impl" loading="required"/>
<module name="intellij.python.community.helpersLocator" loading="required"/>