Update VSIX-DESIGN.md#2176
Merged
anannya03 merged 2 commits intomicrosoft:mainfrom Mar 24, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates VSIX-DESIGN.md for the Template.Mcp.Server VS Code extension to remove stale GitHub release asset download links that are no longer valid and are causing link verification failures in the release pipeline.
Changes:
- Removed references to platform-specific
.zipdownload URLs under the “Alternative Dynamic Download (Optimization)” section.
vcolin7
reviewed
Mar 24, 2026
vcolin7
approved these changes
Mar 24, 2026
Member
|
@hallipr can you help us avoid this type of Template regression in the future? Should we always run the Template pipeline with the Azure MCP pipeline? |
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Apr 20, 2026
* Updated VSIX-DESIGN.md * review comment
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.
What does this PR do?
Pipelines - Run 20260323.2 logs - The release pipeline is currently failing at the Link Verification stage.
The releases/tags for the Template.Mcp.Server are not present in our GitHub releases section (https://github.com/microsoft/mcp/activity?activity_type=release) , while
servers\Template.Mcp.Server\vscode\VSIX-DESIGN.mdstill references zip download links for them. (VSIX-DESIGN.md).These links are broken and is causing the build failure.
Removing these links as they no longer exist.