mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
fixed PY-17789, PY-17777, PY-17723
Do not store sdk cache before it's setup, clear package cache on sdk editing
This commit is contained in:
@@ -35,4 +35,6 @@ public abstract class PyPackageManagers {
|
||||
public abstract PyPackageManager forSdk(Sdk sdk);
|
||||
|
||||
public abstract PackageManagementService getManagementService(Project project, Sdk sdk);
|
||||
|
||||
public abstract void clearCache(@NotNull final Sdk sdk);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user