Files
openide/platform/projectModel-api
Ilya.Kazakevich bdf4e757a0 API to get ProjectManager in coroutines:
`ProjectManager.getInstance` is blocking, hence can't be used in `suspend` context.

1. Annotation added to `ProjectManagerEx` not to miss this fact.
2. New method added to be called from `suspend`


(cherry picked from commit adbf699fc2adbadf1f07d1a79e43687471984a68)

IJ-MR-144580

GitOrigin-RevId: 9362e7e0907c3e198e14a6096440bd01e197b00e
2024-09-12 02:16:46 +00:00
..