mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
`getFlavor(@Nullable String sdkPath)` was used, and it detected the first flavor that is reports `isValidSdkHome`. Somehow `UnixPythonSdkFlavor` stayed before `VirtualEnvSdkFlavor`. We now sort them to make platform independent go first (as platform-dependent are always there). We also use a separate method `tryDetectFlavorByLocalPath` not to use a deprecated one. GitOrigin-RevId: ee7010e2b4a51d8447bd57264b2ce85af4ea1199