-
so this problem is happening because I am using openvscode in an offline environment. I have two instances of openvscode-server, versions:
In version 1.62.3, I was able get the webviews of the extensions (markdown, thunder client, jupyter), where the pages were served from localhost: in version 1.66.0, the webview request seems to be coming from an online service? so when I go offline, I can't view any of the webviews like so: inspecting the network, it seems to make a request to an online service, but I am not sure why it was changed to that one rather than using localhost. is it a misconfiguration from my side? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @riexn, that change was intended to reduce the number of custom changes done by ourselves and align to upstream behavior, in the last release 1.66 they added additional checks so it's no longer possible to serve from localhost directly |
Beta Was this translation helpful? Give feedback.
Hi @riexn, that change was intended to reduce the number of custom changes done by ourselves and align to upstream behavior, in the last release 1.66 they added additional checks so it's no longer possible to serve from localhost directly