Revamp VS Code extension doc and add cross-references#538
Merged
IEvangelist merged 1 commit intorelease/13.2from Mar 12, 2026
Merged
Revamp VS Code extension doc and add cross-references#538IEvangelist merged 1 commit intorelease/13.2from
IEvangelist merged 1 commit intorelease/13.2from
Conversation
- Rewrote aspire-vscode-extension.mdx with clearer structure: features overview, prerequisites, getting started, running/debugging, sidebar, commands, language support, settings, MCP, and feedback sections - Consolidated commands into a single flat table with all 16 commands - Added launch config examples for deploy, publish, pipeline steps, and per-language debugger customization - Fixed wrong marketplace link in python.mdx (ms-dotnettools.dotnet-aspire → docs page link) - Added extension cross-references to install-cli, first-app, add-aspire-existing-app, and dev-containers pages
IEvangelist
approved these changes
Mar 12, 2026
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.
Revamps the VS Code extension doc page and adds cross-references from related pages. Rewrote with clear structure, consolidated commands table, added launch config examples, new sections for sidebar/language support/settings/MCP. Fixed wrong marketplace link in python.mdx. Added extension cross-references to install-cli, first-app, add-aspire-existing-app, and dev-containers.