-
I'm running openvscode-server (v 1.68.0) on an offline (no internet connection) Linux machine in a docker container. Much of the functionality seems to be unavailable because vscode-cdn.net is not accessible:
From troubleshooting on systems with online access, in the case of image preview, it seems the viewer (main.js and main.css) is downloaded from vscode-cdn.net for every image previewed. Not only does this seem inefficient, I was hoping I would be able to build the docker image with everything it needs to be fully functional in the offline environment. How do I do that? Is it even possible? From Discussion #335 I'm concerned openvscode might be a dead end. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @spdavern, sadly is not possible anymore with openvscode-server as it will require too many changes that will end up in merge conflicts |
Beta Was this translation helpful? Give feedback.
Hi @spdavern, sadly is not possible anymore with openvscode-server as it will require too many changes that will end up in merge conflicts