Open arijoon opened 11 hours ago
Has a value been set for the workbench.externalBrowser
setting?
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 vscode