mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
dumb-aware run configurations: don't throw when running application from dumb mode
This commit is contained in:
@@ -536,6 +536,9 @@ public class RunManagerImpl extends RunManagerEx implements PersistentStateCompo
|
||||
try {
|
||||
configuration.checkSettings(executor);
|
||||
}
|
||||
catch (IndexNotReadyException ignored) {
|
||||
return Registry.is("dumb.aware.run.configurations");
|
||||
}
|
||||
catch (RuntimeConfigurationError ignored) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user