vscode-extensions-open-in-browser
vscode-extensions-open-in-browser copied to clipboard
Right click -> open in browser does not show up anymore
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.
Hi, same problem :( , does anyone know what should we do?
also facing same issue with ubuntu v 20.04 and vscode v 1.61.1
you should config
settings.json
"open-in-browser.default": "Google Chrome"
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.