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
Is your feature request related to a problem? Please describe.
Using ui5 serve --open will open the server root directory in the default browser. But if you want to use a browser different than the default system browser, there is no way to specify it.
Describe the solution you'd like
The open package used by the ui5-tooling supports this feature. A simple solution could be adding an additional cli argument, e.g. --browser when one can specify the browser to be used, e.g. chrome|firefox|edge, the value can be then used when executing the open request.
Describe alternatives you've considered
Copying link and manually opening it in the desired browser
Is your feature request related to a problem? Please describe.
Using
ui5 serve --open
will open the server root directory in the default browser. But if you want to use a browser different than the default system browser, there is no way to specify it.Describe the solution you'd like
The
open
package used by theui5-tooling
supports this feature. A simple solution could be adding an additional cli argument, e.g.--browser
when one can specify the browser to be used, e.g.chrome|firefox|edge
, the value can be then used when executing theopen
request.Describe alternatives you've considered
Copying link and manually opening it in the desired browser
Additional context
Asked also by the community: https://answers.sap.com/questions/13751060/change-default-browser-used-by-vscodefiori-tools.html
The text was updated successfully, but these errors were encountered: