Skip to content

Commit e7a2471

Browse files
author
jantje
committed
1 parent f0bdb1a commit e7a2471

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

io.sloeber.core/src/io/sloeber/core/api/PackageManager.java

+3
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,9 @@ public static IStatus setPlatformTree(PlatformTree platformTree, IProgressMonito
543543
status.add(new Status(IStatus.ERROR, Const.CORE_PLUGIN_ID, "BoardsManager is still busy", null)); //$NON-NLS-1$
544544
return status;
545545
}
546+
if(!ConfigurationPreferences.getUpdateJasonFilesFlag()) {
547+
loadJsons(true);
548+
}
546549
try {
547550
InternalPackageManager.setReady(false);
548551

0 commit comments

Comments
 (0)