Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ The Aspire Dashboard is no longer opened by default when the AppHost starts, as
If the AppHost fails to build during a run or debug launch, VS Code shows a single error notification with **Open CLI Log** and, when available, **Open AppHost Log** actions that open the relevant log file directly in a non-preview editor. Full diagnostics and log locations are still available in the Debug Console.
:::

:::note[CLI debug logging]
Enable the **Aspire: Enable Aspire Cli Debug Logging** setting (`aspire.enableCliDebugLogging`) to get console debug output for Aspire CLI commands executed by the extension. Persisted CLI log files are always written to the [Aspire home directory's `logs` folder](/get-started/troubleshooting/#cli-logs) (`~/.aspire/logs` by default), regardless of this setting.
:::

**Aspire: Configure launch.json file** adds a minimal launch configuration `.vscode/launch.json` that supports AppHosts written in any language. AppHosts are discovered automatically in the workspace.

<LearnMore>
Expand Down
Loading