Phu1237 / vscode-vs-browser

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

Doesn't load even http://localhost at all #8

Closed ghost closed 1 year ago

ghost commented 2 years ago

i tried even the local file:/// and the google search engine as well and still it didn't open, the settings file is as is and not modified

image

Console Logs https://gist.github.com/UdaySriHarsha/a12fee13934a447b321a06f8b476b4a5

Phu1237 commented 2 years ago

Thanks! I will try to fix it as soon as possible!

praenubilus commented 2 years ago

having the same issue, don't load any addresses

praenubilus commented 2 years ago

I have updated to latest version (2.0.9), but for most website it doesn't show anything or response code. Just a blank page

image

Phu1237 commented 2 years ago

@praenubilus Please try Proxy mode if you want to access an external page like google, slack, etc. because most of it blocks the outcoming iframe. Thanks!

aronreisx commented 1 year ago

I have updated to latest version (2.0.9), but for most website it doesn't show anything or response code. Just a blank page

image

I am facing the same problem. I've tried to enable proxy mode and test again, but no success.

Phu1237 commented 1 year ago

@aronreisx image

The proxy needs time to fetch and render. I have tried it and it still works. Did you try http://google.com?

Oliver-Habersetzer commented 1 year ago

image

well, I seem to have a similar issue. I guess it's rly down to the iframe used.

isn't there any alternative like shipping a minimal docker container with this extension. It could have a very basic browser installed and some remote desktop software like x11 installed. Then you'd "only" add x11 support to VSCode editor tabs.

I rly wish this would just work, but everything HAS to be electron nowadays I guess :'D

Phu1237 commented 1 year ago

@Oliver-Habersetzer Did you try to turn on Proxy mode? image It can help you in some cases. I'm working on local nodejs proxy but nothing is ready yet to fix this issue