Skip to content

[WebToolsE2E][Aspire] The web page cannot be opened automatically after debugging the aspire project in VS Code. #655

@v-sherryfan

Description

@v-sherryfan

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 .
  1. 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
image

Note
The webapp projects without Aspire can automatically open web pages after debugging

EXPECTED
The webpage can be opened automatically after debugging
image

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions