From 092aab65abf1bed5a8a4486da08044a23336462a Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:59:55 +1100 Subject: [PATCH] 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> --- .../content/docs/learning-hub/understanding-copilot-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/content/docs/learning-hub/understanding-copilot-context.md b/website/src/content/docs/learning-hub/understanding-copilot-context.md index 33a82b69..c04a9eeb 100644 --- a/website/src/content/docs/learning-hub/understanding-copilot-context.md +++ b/website/src/content/docs/learning-hub/understanding-copilot-context.md @@ -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?**