mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +02:00
Fix scanner info cache to properly refresh resource commands.
Change-Id: I32c1ad979a9261ab0fa592b252b6aa109a55ebba
This commit is contained in:
parent
11ff561bae
commit
5a1828f37d
1 changed files with 2 additions and 3 deletions
|
@ -117,10 +117,9 @@ public class ScannerInfoCache {
|
|||
// we're already there
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
command.resourcePaths.add(resource.getLocation().toOSString());
|
||||
resourceMap.put(resourcePath, command);
|
||||
}
|
||||
command.resourcePaths.add(resource.getLocation().toOSString());
|
||||
resourceMap.put(resourcePath, command);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue