mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 02:35:55 +00:00
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:
@@ -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?**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user