[SUGGESTION] Add the ability to choose which Browser to Launch on Debug AND enable choosing to close the browser on end of session #1723
Labels
area-dotnet-debugging
Issues around .NET Debugging with console, ASP.NET, or Aspire
enhancement
New feature or request
Describe the feature you'd like
Please add the ability for this type of launch configuration to allow choosing the browser that launches like you can with Visual Studio. Right now you can ONLY use your default browser.
And please make it so that we can opt to have it close the browser on debug session end like we can in Visual Studio.
Alternatives considered
Right now, debug using the old way against the dll and building with a task will allow you to launch the browser you want like Chrome (instead of your default) which is super useful. But this breaks the aspire dashboard because it prompts for a token every time which you have to copy out of the logs.
And obviously it would be preferable to use the above.
Here's what will work to run chrome, but doesn't work to get the aspire dashboard launched without token:
Environment Information
Version: 1.96.3
Commit: 91fbdddc47bc9c09064bf7acf133d22631cbf083
Date: 2025-01-09T18:14:09.060Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.96.3 Chrome/128.0.6613.186 Electron/32.2.6 Safari/537.36
OS: Windows 11 24H2
The text was updated successfully, but these errors were encountered: