Skip to content

Fix dashboard image in marketplace README and bump extension version to 1.0.6#15379

Merged
joperezr merged 1 commit intomicrosoft:release/13.2from
adamint:dev/adamint/update-version-fix-readme-img
Mar 20, 2026
Merged

Fix dashboard image in marketplace README and bump extension version to 1.0.6#15379
joperezr merged 1 commit intomicrosoft:release/13.2from
adamint:dev/adamint/update-version-fix-readme-img

Conversation

@adamint
Copy link
Member

@adamint adamint commented Mar 19, 2026

Description

Fix the Aspire Dashboard image not displaying on the VS Code Marketplace page.

The README used a relative path (resources/aspire-dashboard-dark.png) for the dashboard screenshot, which doesn't resolve on the Marketplace since the extension lives in the extension/ subdirectory of the repo. Changed to an absolute raw GitHub URL, matching the pattern used by other Microsoft extensions (e.g., ms-python.python).

Also bumps the extension version from 1.0.5 to 1.0.6.

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
  • Does the change require an update in our Aspire docs?

Copilot AI review requested due to automatic review settings March 19, 2026 05:49
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15379

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15379"

@adamint adamint self-assigned this Mar 19, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the VS Code extension metadata and README so the Marketplace listing displays the Aspire dashboard screenshot correctly, while also bumping the extension version for the next publish.

Changes:

  • Bump VS Code extension version from 1.0.5 to 1.0.6.
  • Replace the README dashboard screenshot reference with an absolute raw.githubusercontent.com URL.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
extension/package.json Updates the extension version to 1.0.6 for publishing.
extension/README.md Switches the dashboard screenshot to an absolute URL intended to render correctly on the Marketplace page.

You can also share your feedback on Copilot code review. Take the survey.

The dashboard gives you a live view of your running app — all your resources and their health, endpoint URLs, console logs from every service, structured logs (via OpenTelemetry), distributed traces across services, and metrics.

![Aspire Dashboard showing running resources](resources/aspire-dashboard-dark.png)
![Aspire Dashboard showing running resources](https://raw.githubusercontent.com/dotnet/aspire/main/extension/resources/aspire-dashboard-dark.png)
@github-actions
Copy link
Contributor

Re-running the failed jobs in the CI workflow for this pull request because 1 job was identified as retry-safe transient failures in the CI run attempt.
GitHub was asked to rerun all failed jobs for that attempt, and the rerun is being tracked in the rerun attempt.
The job links below point to the failed attempt jobs that matched the retry-safe transient failure rules.

  • Tests / Hosting.RemoteHost / Hosting.RemoteHost (ubuntu-latest) - Failed step 'Build test project' will be retried because the job log shows a likely transient infrastructure network failure. Matched pattern: /Unable to load the service index for source https:\/\/(?:pkgs\.dev\.azure\.com\/dnceng|dnceng\.pkgs\.visualstudio\.com)\/public\/_packaging\//i.

@joperezr joperezr merged commit e44e59b into microsoft:release/13.2 Mar 20, 2026
755 of 765 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Mar 20, 2026
joperezr pushed a commit that referenced this pull request Mar 23, 2026
)

* Add right-click context menu on resource endpoint URLs (#15347)

Add three context menu actions for endpoint URL tree items in the
Running AppHosts tree view:
- Copy URL to Clipboard
- Open in External Browser
- Open in Simple Browser

Introduces EndpointUrlItem TreeItem subclass with contextValue
'endpointUrl' to enable context menu targeting, replacing the
generic DetailItem for endpoint URLs.

Fixes #15345

Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Clean up Aspire panel: context menus, loading state, welcome messages (#15375)

* Clean up Aspire panel: context menus, loading state, welcome messages

Adds initial 'loading' screen, new context menus for resources, endpoints,
apphost, and PID nodes. Consolidates previous 3 commits into one for clean
rebase onto main.

* remove unused strings

* remove comands on resources node, update string

* Add AppHost CodeLens and gutter decoration support (#15397)

* Add CodeLens and gutter decoration support for AppHost resources

* wip

* remove status bar strings from branch

* Add CodeLens, gutter decorations, and AppHost resource parsers for VS Code extension

- Add CodeLens provider showing resource state, actions (start/stop/restart), and view logs
- Add gutter decoration provider with colored status circles for resources
- Add C# and JS/TS AppHost resource parsers with registry pattern
- Add statementStartLine for multi-line fluent chain CodeLens positioning
- Add comment-skipping logic so CodeLens appears below comments, above code
- Extract shared resource state utilities and resource constants
- Add enableCodeLens and enableGutterDecorations settings
- Add comprehensive test coverage (parsers, CodeLens, resourceStateUtils)
- Only match parent resources (Add* calls), not implicit child resources (With* calls)

* Address Copilot review: conditional appHostPath, displayName preference, Unhealthy as error

- Guard --apphost flag when appHostPath is falsy in CodeLens commands
- Prefer displayName over name in two-pass resource matching
- Classify Unhealthy health status as error (not warning) to align with tree view

* bump extension version

* update config json

* Fix dashboard image in marketplace README and bump version to 1.0.6 (#15379)

* Fix dashboard image URL: dotnet -> microsoft (#15466 partial)

---------

Co-authored-by: Mitch Denny <midenn@microsoft.com>
Co-authored-by: Mitch Denny <mitch@mitchdeny.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants