mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Read-only project description can be used here
This commit is contained in:
parent
8f8ad163a5
commit
4796a11050
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class LanguageSettingsChangeListener implements ILanguageSettingsChangeLi
|
|||
IProject project = wspRoot.getProject(event.getProjectName());
|
||||
|
||||
if (project != null) {
|
||||
ICProjectDescription prjDescription = CCorePlugin.getDefault().getProjectDescription(project);
|
||||
ICProjectDescription prjDescription = CCorePlugin.getDefault().getProjectDescription(project, false);
|
||||
if (prjDescription != null) {
|
||||
// cfgDescription being indexed
|
||||
ICConfigurationDescription cfgDescription = prjDescription.getDefaultSettingConfiguration();
|
||||
|
|
Loading…
Add table
Reference in a new issue