Skip to content

Show discovered AppHosts in Aspire pane when none are running#17506

Draft
ellahathaway wants to merge 1 commit into
microsoft:mainfrom
ellahathaway:dev/ellahathaway/17458-aspire-pane-show-apphosts-on-disk
Draft

Show discovered AppHosts in Aspire pane when none are running#17506
ellahathaway wants to merge 1 commit into
microsoft:mainfrom
ellahathaway:dev/ellahathaway/17458-aspire-pane-show-apphosts-on-disk

Conversation

@ellahathaway
Copy link
Copy Markdown
Contributor

@ellahathaway ellahathaway commented May 26, 2026

When no AppHost is running, the Aspire panel now shows AppHosts discovered on disk via 'aspire ls' instead of an empty tree. Each discovered item has inline Run and Debug buttons that launch an Aspire debug session for the selected AppHost.

Fixes #17458

When no AppHost is running, the Aspire panel now shows AppHosts
discovered on disk via 'aspire ls' instead of an empty tree.
Each discovered item has inline Run and Debug buttons that launch
an Aspire debug session for the selected AppHost.
@github-actions
Copy link
Copy Markdown
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/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17506

Or

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

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.

Display non-running app hosts in extension

1 participant