mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Idea JDK external annotations: disable SDK annotations updates on startup.
It requires a better implementation that checks whether those SDK are actually used in the open project, to avoid irrelevant notifications.
This commit is contained in:
-5
@@ -20,11 +20,6 @@ class IdeExternalAnnotationsUpdateStartupActivity : StartupActivity {
|
||||
return
|
||||
}
|
||||
|
||||
val ideaJdks = ProjectJdkTable.getInstance().getSdksOfType(IdeaJdk.getInstance())
|
||||
for (ideaJdk in ideaJdks) {
|
||||
updateAnnotationsLaterIfNecessary(project, ideaJdk)
|
||||
}
|
||||
|
||||
subscribeToJdkChanges(project, application)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user