Phu1237 / vscode-vs-browser

Built-in browser for Visual Studio Code
MIT License
37 stars 3 forks source link

not able to access local html #6

Closed rarajabs closed 1 year ago

rarajabs commented 1 year ago

Hi,

I am trying to view a local HTML file in VS Code, but I saw errors in console.

image

Phu1237 commented 1 year ago

This is the limit of the browser. The local proxy server should resolve this but it isn't stable yet so I recommend you to use an extension like Live Server to deploy your HTML to a domain like http://localhost to use my extension. Thanks!