Prevent Aspire AppHost from opening a new browser window when debugging
Open
area-tooling
vs
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Normally, when I press **F5** to debug a .NET Core project, it opens a new tab in my browser. This is because I have unticked the setting "**Stop debugger when browser window is closed...**" in Visual Studio.
However, when I debug an **Aspire AppHost** project, it always opens a **new browser window** instead of a new tab, which is very annoying.
Is there a way to configure it so that it opens in a new tab instead of a new window?
Thanks in advance!
Contributor guide
Assessment
This issue has not been assessed yet.