Files
openide/python/python-sdk/resources/messages
Alexey Katsman 7a59af143c PY-84953: Unify tool detection approach
Our tool detection approach varies a lot. We have different logic for
uv, poetry and other tools. Also, uv detection is not suspendable and
doesn't have any explicit thread requirements, even though it performs
I/O operations.

This change makes such detection unified and suspendable (where
possible) and moves it to BGT.

GitOrigin-RevId: 31701e9f0a66a25628f1b5c1e4f1864692e38217
2025-11-03 11:34:53 +00:00
..