Ability to specify browser command in launchSettings.json
Open
area-commandlinetools
enhancement
feature-hot-reload
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
Currently `launchSettings.json` has a boolean setting to launch the browser, but it can only use the system default browser. This is especially troublesome when working with Blazor which needs additional parameters passing to the browser. It's also preferable to use a specific browser for debugging that doesn't have all the extensions, cookies and stuff that your actual browser has.
It would be great to have something like a `browserCommand` setting which would be set to a specific browser, along with any command line arguments.
Contributor guide
Assessment
This issue has not been assessed yet.