mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Fixed spurious wrench decorations on headers in Project Explorer
This commit is contained in:
parent
d33a32f212
commit
00e199b8e7
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ public class MBSLanguageSettingsProvider extends AbstractExecutableExtensionBase
|
|||
ICLanguageSetting ls = cfgDescription.getLanguageSettingForFile(projectPath, true);
|
||||
if (ls != null) {
|
||||
languageSettings = new ICLanguageSetting[] {ls};
|
||||
} else {
|
||||
return getSettingEntries(cfgDescription, rc.getParent(), languageId);
|
||||
}
|
||||
} else {
|
||||
ICResourceDescription rcDescription = cfgDescription.getResourceDescription(projectPath, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue