mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 401961: Proper list of default language settings providers in one improbable corner case.
This commit is contained in:
parent
bc3943616d
commit
f40788aa92
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ public class LanguageSettingsProvidersSerializer {
|
|||
|
||||
String[] defaultIds = ((ILanguageSettingsProvidersKeeper) cfgDescription).getDefaultLanguageSettingsProvidersIds();
|
||||
if (defaultIds == null) {
|
||||
defaultIds = new String[0];
|
||||
defaultIds = ScannerDiscoveryLegacySupport.getDefaultProviderIdsLegacy(cfgDescription);
|
||||
}
|
||||
|
||||
// check size
|
||||
|
|
Loading…
Add table
Reference in a new issue