**INSTALL STEPS** 1. Clean machine: Win11 x64 23h2 ENU 2. Install latest 8.0.100 SDK 3. Install VS Code 4. Install latest-released C# DevKit 5. Apply NuGet Feeds 6. Install Aspire workload **REPRO STEPS** 1. Create an Aspire Application in CMD and open with VSCode ``` dotnet new aspire -o Aspire cd Aspire code . ``` 2. Right-click the xxx.AppHost project > Debug > Start New Instance **ACTUAL** The web page cannot be opened automatically, you need to manually click the url in the debug console  **Note** The webapp projects without Aspire can automatically open web pages after debugging **EXPECTED** The webpage can be opened automatically after debugging 