[python] PY-84910 PY-79486: (WIP) Replace old SDK configuration process with new one if enabled.

When registry key is enabled, we replace all other SDK configurations (done by inspection and open processors) with a new one.

We also have an action to start this process

GitOrigin-RevId: 425ae78b769c5b5d40974cee9f19227410f63d45
This commit is contained in:
Ilya.Kazakevich
2025-10-17 18:12:21 +00:00
committed by intellij-monorepo-bot
parent 6e44d31480
commit 011c111b86
26 changed files with 195 additions and 56 deletions
@@ -19,6 +19,7 @@
<module name="intellij.python.community.impl.installer"/>
<module name="intellij.python.community.impl.venv"/>
<module name="intellij.python.community.services.systemPython"/>
<module name="intellij.python.sdkConfigurator.common"/>
</dependencies>
<resource-bundle>messages.PyBundle</resource-bundle>