view-in-browser icon indicating copy to clipboard operation
view-in-browser copied to clipboard

This extension doesn't work

Open sarabs3 opened this issue 7 years ago • 8 comments

Running the contributed command:'extension.viewInBrowser' failed.

After done the settings in User Settings and Workplace Settings both.

sarabs3 avatar Jun 18 '17 04:06 sarabs3

me too...

zhaoky avatar Jun 22 '17 02:06 zhaoky

my setting : "view-in-browser.customBrowser": "google-chrome"

runningzyp avatar Jul 19 '17 01:07 runningzyp

+1

andrelramos avatar Jul 30 '17 23:07 andrelramos

I also met, how to solve this problem?

shuolol avatar Sep 02 '17 02:09 shuolol

thanks to @zhanyunpeng1996 my VSCode's version is 1.19.0 please try to set the setting of

view-in-browser.customBrowser

to

"view-in-browser.customBrowser": "chrome",

you can try yourself browser

SimoralX avatar Dec 21 '17 10:12 SimoralX

Has anyone found a solution to this problem? I am running VS Code version 1.25.1 and View in Browser 0.0.5 and I am getting the same alert.

namurray1 avatar Jul 30 '18 21:07 namurray1

@namurray1
Same vscode version and view in Brower version. do you find any solution?

i already try to use the version 1.22 of VS code but it's not work too.

jgarrick1992 avatar Aug 01 '18 12:08 jgarrick1992

As of Jan 15 2019 this line worked for me in VS Code (my OS default browser is Safari, but I like to keep previews in Chrome)

"view-in-browser.default": "chrome",

tonydehnke avatar Jan 15 '19 02:01 tonydehnke