You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when using the @haul-bundler/cli start [..], Chrome is opened to launch the debugger. This is wonderful! However, my default browser is not Chrome, so it's jarring to have Chrome opened for this suddenly.
I try to maintain a separation between personal browsers & work browsers, and having the dev tools automatically make a choice complicates things for me 😁
Related Issues
I was unable to find previous requests for this.
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, when using the
@haul-bundler/cli start [..]
, Chrome is opened to launch the debugger. This is wonderful! However, my default browser is not Chrome, so it's jarring to have Chrome opened for this suddenly.On this machine, my default browser is Edge. Edge is now Chromium-based and supports native Chrome extensions. It would be great to have a way to respect platform defaults rather than making assumptions.
Motivation
I try to maintain a separation between personal browsers & work browsers, and having the dev tools automatically make a choice complicates things for me 😁
Related Issues
I was unable to find previous requests for this.
The text was updated successfully, but these errors were encountered: