Files
openide/python/python-pyproject
Vitaly Legchilkin 6f325c1a1e PY-88070 Fix SlowOperations on EDT in PyProjectModelStartupActivity
Move FilenameIndex check off the EDT by using MutableSharedFlow to
relay DumbService.exitDumbMode events to a coroutine that performs
the index lookup via smartReadAction.

(cherry picked from commit 834b84efaec3f28892f73321d4ee226ccd59a008)

GitOrigin-RevId: 8094521d98799d1c119941e9e37aaae1b1488db4
2026-03-05 16:31:26 +00:00
..