[docs] Update VS Code extension docs for renamed CLI install command - #1434
Merged
David Pine (IEvangelist) merged 1 commit intoAug 7, 2026
Conversation
Updates the Aspire VS Code extension docs to reflect the renamed 'Aspire: Install Aspire CLI' command (previously 'Aspire: Install Aspire CLI (stable)'), which now shows a package-manager picker plus a daily build option. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist)
marked this pull request as ready for review
August 7, 2026 01:24
David Pine (IEvangelist)
approved these changes
Aug 7, 2026
David Pine (IEvangelist)
enabled auto-merge (squash)
August 7, 2026 01:24
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Aspire VS Code extension getting-started documentation to match the extension’s renamed CLI install command and new install UX (single package-manager picker + daily dev build + link to install guide).
Changes:
- Updates the Prerequisites note to reference Aspire: Install Aspire CLI (removing the obsolete “(stable)” suffix).
- Expands the Command Palette section to describe the new package-manager picker, Daily build (dev) option, and installation guide link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - **Aspire: Update integrations** updates hosting integrations and the Aspire SDK. | ||
| - **Aspire: Open Aspire terminal** drops you into a terminal with the Aspire CLI already on `PATH` for anything the UI doesn't cover. | ||
| - **Aspire: Update Aspire CLI** and **Aspire: Install Aspire CLI** let you manage CLI installation. | ||
| - **Aspire: Update Aspire CLI** and **Aspire: Install Aspire CLI** let you manage CLI installation. **Install Aspire CLI** shows a package-manager picker (WinGet, Homebrew, npm, .NET tool, or mise, depending on your platform) plus a **Daily build (dev)** option and a link to the full [installation guide](/get-started/install-cli/) for every option, including the install script. |
Contributor
Author
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
David Pine (IEvangelist)
deleted the
docs/vscode-cli-install-picker-047ab49089ed4ecc
branch
August 7, 2026 01:53
50 tasks
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.
Documents changes from microsoft/aspire#18522
@ellahathawayTargeting
release/13.5based on the source PR milestone13.5.Why
PR #18522 renamed the VS Code extension command Aspire: Install Aspire CLI (stable) to Aspire: Install Aspire CLI and replaced the old stable/daily two-command split with a single package-manager picker (WinGet / Homebrew / npm / .NET tool / mise) plus a shell-safe Daily build (dev) option and a link to the full installation guide. The docs still referenced the old command name, which no longer exists.
Changes
src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx:No new pages were created; one existing page was updated.