docs: consolidate VS Code and GitHub Copilot plugin docs - #2889
Open
marcel-rbro wants to merge 8 commits into
Open
docs: consolidate VS Code and GitHub Copilot plugin docs#2889marcel-rbro wants to merge 8 commits into
marcel-rbro wants to merge 8 commits into
Conversation
The VS Code marketplace install and the Copilot CLI/desktop app pages document the same plugin, so present all three as one family: - Copilot hub lists VS Code as a third surface and links to it - VS Code page points at the hub and both sibling clients instead of the deleted install-from-source flow - CLI and desktop app pages cross-link back to VS Code - By provider entry names all three clients
Contributor
|
✅ Preview for this PR (commit |
Both existing provider hubs use the "What you can build" heading, so match it. Also name VS Code in the GitHub Copilot card on the integrations landing page, since the hub it links to now covers it.
- Drop the stale preview-feature caveat from the VS Code page; VS Code's agent plugins docs no longer mark the feature as preview, and the CLI and desktop app pages already omit it - Add Authentication paths to the VS Code and desktop app pages so the CLI and SDK skills document their token setup, matching the CLI page - Restore both default marketplaces in the chat.plugins.marketplaces snippet; the previous one silently dropped github/copilot-plugins - Use <kbd> for keyboard shortcuts, matching mcp.md and console.md - Format the apify plugin and agent names as code in headings - Split the desktop app install step to match its numbered callouts - Explain on the CLI page why it needs the marketplace added manually - Switch the settings snippet to json5, the repo's convention for JSON with comments
Per review feedback: VS Code is its own platform, not something under GitHub Copilot. Drop it from the by-provider line and the Copilot card on the integrations landing page, and reword the hub intro so VS Code reads as a separate platform that runs the same plugin. The VS Code card stays on the hub as a cross-reference.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Combines #2871 (VS Code) and #2874 (GitHub Copilot CLI and desktop app) into one change. All three clients run the same Apify plugin, so they need to ship together and cross-link to each other - merging either PR alone leaves the docs either duplicated or with a coverage hole.
Commits from both original PRs are preserved; the final commit wires the VS Code page into the GitHub Copilot hub.
Supersedes #2871 and #2874.