mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 20:07:01 +07:00
Some remote interpreters have `sdk#homePath` starting with `ssh://`. Code all over the monorepo assumes that `homePath` is a local file path and tries to convert it to `Path` throwing the exception effectively. There is a `isCustomPythonSdkHomePath` which must be used to check string before trying to convert it into `Path` The current situation (along with "solution") is a legacy from dark ages and will be rewritten to the workspace model soon GitOrigin-RevId: 9adc02f312667571a65ff63d4e802aa7d6dbb518