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
Enter a link in the editor such as http://duckduckgo.com
Ctrl+Click the link
Wrong browser is used to open the link
My default browser is firefox and if if I enter the command open http://duckduckgo.com in the terminal, it opens it in the correct firefox window, but vscode uses the wrong browser (opens in chrome). This issue is recent and I've noticed it in v1.95.1, previously it worked fine
If you can provide detail on which mime type the links are using I can further inspect the default application for the mime type, text/html is correctly configured on firefox hence not sure where the issue lies. Other applications also open the correct browser and I've only noticed the issue with vscode
The text was updated successfully, but these errors were encountered:
Has a value been set for the workbench.externalBrowser setting?
No value set. Setting the value to firefox-trunk fixes it for me, but I assume that doesn't cover the case of not respecting the default browser (thanks for the suggestion as I didn't find this option earlier)
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
http://duckduckgo.com
My default browser is firefox and if if I enter the command
open http://duckduckgo.com
in the terminal, it opens it in the correct firefox window, but vscode uses the wrong browser (opens in chrome). This issue is recent and I've noticed it in v1.95.1, previously it worked fineIf you can provide detail on which mime type the links are using I can further inspect the default application for the mime type,
text/html
is correctly configured on firefox hence not sure where the issue lies. Other applications also open the correct browser and I've only noticed the issue with vscodeThe text was updated successfully, but these errors were encountered: