Files
openide/python/ide/impl
Alexey Katsmanandintellij-monorepo-bot cd3a23c36d tests [python]: create environment for Jupyter UI tests before IDE start
If we create venv after the IDE has started, there's basically a race
between venv creation and Python SDK configurator. And since
configuration is DumbAware action, it can start right after project
opening, which would lead to non-existing venv and system python being
set as SDK as a fallback.

GitOrigin-RevId: a6498d1820c43b3cdc38285bcba1c2def8343dfb
2025-11-13 18:57:25 +00:00
..