mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not preload service for light
GitOrigin-RevId: 091fc700c22e81e2d770f98a768bb09d6764f084
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ee6b697c8c
commit
ccf995a8a8
@@ -261,7 +261,8 @@ public class ProjectImpl extends PlatformComponentManagerImpl implements Project
|
||||
Application application = ApplicationManager.getApplication();
|
||||
|
||||
// before components
|
||||
if (!isDefault()) {
|
||||
//noinspection TestOnlyProblems
|
||||
if (!isDefault() && !isLight()) {
|
||||
Activity activity = ParallelActivity.APP_INIT.start("preload project services");
|
||||
preloadServices(PluginManagerCore.getLoadedPlugins())
|
||||
.whenComplete((o, throwable) -> {
|
||||
|
||||
Reference in New Issue
Block a user