docs: replace deprecated #workspace with #codebase in Understanding Copilot Context (#1231)

* Initial plan

* docs: replace #workspace with #codebase in understanding-copilot-context.md

Agent-Logs-Url: https://github.com/github/awesome-copilot/sessions/a5f263a2-f547-4bc2-9cff-002a22836768

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
Copilot
2026-03-31 10:59:55 +11:00
committed by GitHub
parent 7454bbdb7c
commit 092aab65ab

View File

@@ -148,7 +148,7 @@ A: No, Copilot doesn't automatically analyze all files in your repository. It fo
**Q: How do I know what context Copilot is using?**
A: In GitHub Copilot Chat, you can see which files are being referenced in responses. When Copilot generates suggestions, it's primarily using your currently open files and the code immediately surrounding your cursor. Using `#workspace` in chat explicitly searches across your entire repository.
A: In GitHub Copilot Chat, you can see which files are being referenced in responses. When Copilot generates suggestions, it's primarily using your currently open files and the code immediately surrounding your cursor. Using `#codebase` in chat explicitly searches across your entire repository.
**Q: Can I control what context is included?**