Revamp extension README for clarity and completeness#15156
Merged
adamint merged 12 commits intomicrosoft:release/13.2from Mar 12, 2026
Merged
Revamp extension README for clarity and completeness#15156adamint merged 12 commits intomicrosoft:release/13.2from
adamint merged 12 commits intomicrosoft:release/13.2from
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15156Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15156" |
Contributor
There was a problem hiding this comment.
Pull request overview
Revamps extension/README.md to be a more complete, public-facing guide for the Aspire VS Code extension, covering core workflows (run/debug/deploy), UI surfaces (sidebar/dashboard), settings, and MCP integration.
Changes:
- Reorganized the README with a table of contents and clearer sections (features, prerequisites, getting started, sidebar/dashboard, commands, language support, settings, MCP, feedback).
- Consolidated and simplified command/settings documentation into cleaner tables and shorter lists.
- Updated wording/branding for readability and consistency (“Aspire” vs “.NET Aspire”, removed emoji, more conversational prose).
You can also share your feedback on Copilot code review. Take the survey.
…ails, MCP server wording
mitchdenny
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.
Description
Revamps the VS Code extension README and makes a few related naming changes for clarity and consistency.
README overhaul
Command and view renames
package.nls.json)package.nls.json)Azure Functions correction
Checklist