**REGRESSION INFO**: Not a regression **INSTALL STEPS** 1. Clean machine: Win11 x64 23h2 ENU 2. Install SDK 10.0.100 - Add .NET 10.0 feed 3. Install VS Code - 1.105.1 - Install latest public prerelease C#DK 4. Add feed for Aspire 13.0 5. dotnet new install Aspire.ProjectTemplates::13.0.0-preview.1.25555.4 --force **REPRO STEPS** 1. Open VS Code > Create .NET Project > Aspire Python Starter App > Name the new project > Create 2. Open apphost.cs file 3. F5 > Select C# > C#: Debug Active File-Based App > This app will run **ACTUAL** The dashboard page does not open automatically. I need to manually open it by finding the dashboard link in the Debug Console. https://github.com/user-attachments/assets/8e20b19a-1bc8-460c-a302-18d6d66fb92e **EXPECTED** The Dashboard page can open automatically.