What are the effects of content exclusions? (Each correct answer presents part of the solution. Choose two.)
The excluded content is not directly available to GitHub Copilot to use as context.
GitHub Copilot suggestions are no longer available in the excluded files.
The excluded content is no longer used while debugging the code.
The IDE will not count coding suggestions in the excluded content.
Content exclusions prevent GitHub Copilot from using the excluded content as context and stop suggestions from being generated in those files.
Submit