SudoKillMe / vscode-extensions-open-in-browser

81 stars 42 forks source link

Right click -> open in browser does not show up anymore #78

Open mbobinger opened 3 years ago

mbobinger commented 3 years ago

Hi Guys,

open in browser is installed and enabled but it does not show up anymore when pressing right click. I have installed a few more extensions and also tried uninstalling and reinstalling open in browser.

mohasnik commented 3 years ago

Hi, same problem :( , does anyone know what should we do?

xkeshav commented 2 years ago

also facing same issue with ubuntu v 20.04 and vscode v 1.61.1

alanhe421 commented 2 years ago

you should config

settings.json

    "open-in-browser.default": "Google Chrome"
anajensie commented 2 years ago

I figured it out, you're supposed to save the file as (example_of_name.html or python, java, etc) and then right click and look for the "open in default browser" option or simply press command + B. It should start showing up after that.