Skip to content

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

Merged
aaronpowell merged 2 commits intostagedfrom
copilot/update-usage-of-codebase-instead-of-workspace
Mar 30, 2026
Merged

docs: replace deprecated #workspace with #codebase in Understanding Copilot Context#1231
aaronpowell merged 2 commits intostagedfrom
copilot/update-usage-of-codebase-instead-of-workspace

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

#workspace has been removed from GitHub Copilot Chat and replaced by #codebase. The Learning Hub doc "Understanding Copilot Context" still referenced #workspace in its Common Questions section.

Changes

  • website/src/content/docs/learning-hub/understanding-copilot-context.md: Updated the answer to "How do I know what context Copilot is using?" — replaced `#workspace` with `#codebase` as the chat variable for searching across the entire repository.

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

#workspace no longer exists in GitHub Copilot Chat; #codebase is the current replacement. One sentence in the Learning Hub referenced the removed variable.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

See community discussion #102854 for confirmation that #workspace was removed in favour of #codebase.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/awesome-copilot/awesome-copilot/website/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update documentation to mention #codebase instead of #workspace docs: replace deprecated #workspace with #codebase in Understanding Copilot Context Mar 30, 2026
Copilot AI requested a review from aaronpowell March 30, 2026 23:21
@aaronpowell aaronpowell marked this pull request as ready for review March 30, 2026 23:54
Copilot AI review requested due to automatic review settings March 30, 2026 23:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Learning Hub documentation to reflect the current GitHub Copilot Chat context variable, replacing the deprecated #workspace reference with #codebase in “Understanding Copilot Context”.

Changes:

  • Replaced #workspace with #codebase in the “How do I know what context Copilot is using?” answer.

@aaronpowell aaronpowell merged commit 092aab6 into staged Mar 30, 2026
12 checks passed
@aaronpowell aaronpowell deleted the copilot/update-usage-of-codebase-instead-of-workspace branch March 30, 2026 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mention #codebase instead of #workspace

3 participants