From 17cff15a26ae95556db2101bfa40a3b06b0f902f Mon Sep 17 00:00:00 2001 From: "aspire-repo-bot[bot]" <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:22:32 +0000 Subject: [PATCH] docs: fix outdated VS Code CLI install command name 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> --- .../src/content/docs/get-started/aspire-vscode-extension.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx b/src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx index 1e71f434f..4c2fd2d72 100644 --- a/src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx +++ b/src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx @@ -18,7 +18,7 @@ The official Aspire extension for [Visual Studio Code](https://code.visualstudio Press to build your AppHost, start your resources, and debug supported resource types — C#, TypeScript, Python, browser apps, and Azure Functions — alongside the Aspire dashboard. :::note[Prerequisites] -A recent version of [Visual Studio Code](https://code.visualstudio.com/) and the **Aspire CLI** — install the CLI via the **Aspire: Install Aspire CLI (stable)** command from the Command Palette, or follow the [installation guide](/get-started/install-cli/). +A recent version of [Visual Studio Code](https://code.visualstudio.com/) and the **Aspire CLI** — install the CLI via the **Aspire: Install Aspire CLI** command from the Command Palette, or follow the [installation guide](/get-started/install-cli/). ::: ## Install the extension @@ -65,7 +65,7 @@ The Command Palette has commands for the most common tasks: - **Aspire: Initialize Aspire in an existing codebase** wires Aspire into a repo that has not yet been Aspirified. - **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. ## Live editor integration