Update Aspire VS Code dashboard docs#1323
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the VS Code extension “getting started” documentation to reflect that the Aspire Dashboard no longer opens automatically when starting an AppHost, and directs users to the explicit “Open Dashboard” affordances instead.
Changes:
- Simplifies the gutter decoration section by removing the detailed icon legend table.
- Adds a note explaining how to open the dashboard via CodeLens/command now that it doesn’t open by default.
- Removes the dedicated “Dashboard from VS Code” section.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx | Updates VS Code extension docs to reflect the new dashboard-opening behavior and trims redundant dashboard/gutter-decoration details. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Low
Contributor
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
IEvangelist
approved these changes
Jul 1, 2026
IEvangelist
left a comment
Member
There was a problem hiding this comment.
LGTM, but please consider the automated PR feedback.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
The Aspire Dashboard no longer opens by default when starting an AppHost from VS Code, so update the extension docs to point users at the Open Dashboard CodeLens/command instead.
Also removes the old dashboard section and trims the gutter decoration details now that the screenshot covers the visual state.
Tested with
pnpm --dir src/frontend test:unit:docs.