From 3967ac9fec4f94b7da1f72d50e112a71829afd70 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 05:42:14 +0000
Subject: [PATCH] Document aspire doctor VS Code extension check
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../reference/cli/commands/aspire-doctor.mdx | 40 +++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/src/frontend/src/content/docs/reference/cli/commands/aspire-doctor.mdx b/src/frontend/src/content/docs/reference/cli/commands/aspire-doctor.mdx
index 9edde41d8..e98fdfbec 100644
--- a/src/frontend/src/content/docs/reference/cli/commands/aspire-doctor.mdx
+++ b/src/frontend/src/content/docs/reference/cli/commands/aspire-doctor.mdx
@@ -34,6 +34,18 @@ This command is useful for troubleshooting when you encounter issues with Aspire
- **SDK checks**: Verifies .NET SDK installation and version requirements
- **Container checks**: Validates container runtime (Docker and/or Podman) availability, running status, and version. Reports which runtime is active and why (explicit configuration, auto-detected default, or auto-detected only runtime running)
- **Environment checks**: Reports operating system information (type, version, and Linux distro details when available) and validates environment variables and other settings, including the JavaScript toolchain required by TypeScript AppHosts (npm, pnpm, Yarn, or Bun)
+- **Development tools checks**: When VS Code is detected, reports whether the [Aspire VS Code extension](https://aka.ms/aspire/vscode-extension) is installed
+
+