robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[ENHANCEMENT] open report and log URL from terminal to default browser #227

Open gohierf opened 4 months ago

gohierf commented 4 months ago

Is your enhancement request related to a problem? Please describe. Sometimes I click on the report or log URL at the end of run in the terminal, to consult these HTML files. By default, VSCode opens it in a "simple browser" tab in my VSCode window. But this tab is rather narrow, stuck between my editor and my terminal tabs.

Describe the solution you'd like I would like these links to open directly in my regular browser, so that I can have a full view of the file, not a narrow display that messes up my VSCode window.

Describe alternatives you've considered As discussed on Slack alternatives are:

Additional context This issue has been discussed in 2017 on Stack Overflow, and the conclusion at the time was that VSCode dev would not do any enhancement regarding URL in terminal. Maybe there is another way to do it easily, but I have not found it.