vscode-extensions-open-in-browser icon indicating copy to clipboard operation
vscode-extensions-open-in-browser copied to clipboard

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

Open mbobinger opened this issue 3 years ago • 4 comments

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.

mbobinger avatar Jul 27 '21 10:07 mbobinger

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

mohasnik avatar Sep 14 '21 04:09 mohasnik

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

xkeshav avatar Oct 18 '21 08:10 xkeshav

you should config

settings.json

    "open-in-browser.default": "Google Chrome"

alanhe421 avatar Oct 24 '21 05:10 alanhe421

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.

anajensie avatar Feb 06 '22 01:02 anajensie