CHANGE: add VS Code settings links for plugin marketplace#41
Merged
Conversation
- Added badges to open VS Code and VS Code Insiders settings for the plugin marketplace. Co-authored-by: Copilot <copilot@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds quick-access badges in the README to open the VS Code (Stable/Insiders) Settings UI directly to the chat.plugins.marketplaces setting, making marketplace setup faster for users installing the agent plugin.
Changes:
- Added “Open Settings” badges for VS Code and VS Code Insiders that deep-link to
chat.plugins.marketplaces.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds VS Code / VS Code Insiders settings deep-links to simplify configuring the plugin marketplace setting. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
dawright22
pushed a commit
that referenced
this pull request
May 5, 2026
Follow-up to #41. The badges added in #41 used vscode:// and vscode-insiders:// hrefs, which GitHub's markdown sanitizer strips. Without an href, clicking the badge image opens the SVG full-screen (image lightbox) in github.com and in the GitHub PR review surfaces instead of opening VS Code. Replace the badge targets with https URLs to small static redirect pages on the Docusaurus site that meta-refresh into the vscode:// URI. HTTPS hrefs survive sanitization, so the badges now work in github.com, the GitHub Pull Requests extension, the VS Code markdown preview, and the published docs site. - README.md: badges link to https://azure.github.io/git-ape/open-settings*.html - website/docs/getting-started/installation.md: same badges using Docusaurus pathname:/// prefix so they resolve at any baseUrl - website/static/open-settings.html: new redirect to vscode://settings/... - website/static/open-settings-insiders.html: new redirect to vscode-insiders://settings/...
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.
This PR: