auchenberg / vscode-browser-preview

A real browser preview inside your editor that you can debug.
MIT License
4.39k stars 153 forks source link

Browser preview not showing web page #137

Closed Ipponz closed 3 years ago

Ipponz commented 4 years ago

When selecting the browser preview I only get the visual studio page. The page I am working on does not display.

coffeeGroundsDev commented 4 years ago

I just installed this on vscode and can't get my preview to load either. It seems to be changing the file path to something that obviously can't be opened. ie:

file path: C:\Users\UserName\Desktop\index.html plugin changed path: http://c/Users/UserName/Desktop/index.html

coffeeGroundsDev commented 4 years ago

@Ipponz I just realized what to do. Instead of running "Open Preview" or "Show Browser Preview," you have to specifically "Open Active File in Preview." Mine works now.

curtoneyoung commented 2 years ago

how do you open active file in preview?