Question 012

### Can GitHub Copilot use semantic information from a file that is ignored by GitHub Copilot content exclusions? > https://docs.github.com/en/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot#limitations-of-content-exclusions 1. [x] Yes, if the information is provided by the IDE indirectly. 1. [ ] No, it will ignore all information from excluded files. > It's possible that Copilot may use semantic information from an excluded file if the information is provided by the IDE indirectly. Examples of such content include type information and hover-over definitions for symbols used in code, as well as general project properties such as build configuration information.