-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vscode does not open links in default browser #233399
Comments
Has a value been set for the |
No value set. Setting the value to |
We call |
For me running that command in the terminal runs it in the correct default browser |
I'm on 1.96.1 (windows) and experiencing a similar issue with CTRL+clicking links in the TERMINAL section of VSCode.
In the following image, you can see the effect (Brave is my default, but Chrome was opened when I did version 2): No resetting of "Apps > Default Apps" in Windows remediates this. |
I have two instances of Firefox (Snap and Flatpak), and this opens it in the correct instance. However, any links opened by vscode are in the incorrect variant. Everything I can see across my distribution indicates that it is using the newer Firefox variant, so I'm not sure how to configure vscode to use the correct one. |
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: