mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
configure pycharm edu once
This commit is contained in:
@@ -26,6 +26,7 @@ public class PyStudyInitialConfigurator {
|
||||
if (!propertiesComponent.getBoolean(CONFIGURED_V40)) {
|
||||
final File courses = new File(PathManager.getConfigPath(), "courses");
|
||||
FileUtil.delete(courses);
|
||||
propertiesComponent.setValue(CONFIGURED_V40, "true");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user