Closed nicornk closed 2 years ago
code-server uses the Open VSX gallery to offer extensions. Please check this section in the documentation for further information.
Based on my experiments, the URLs to allowlist are: https://open-vsx.org/ https://openvsxorg.blob.core.windows.net/
Alternatively, you can pre-download the extension vsix file, and install from it as described here.
Allowlisting https://open-vsx.org/
did the trick. Thanks
I am running a notebook instance in a VPC with egress controls.
The command
code-server --install-extension ms-python.python --force
of theinstall-codeserver.sh
file hangs on step:Do you know which URL the
code-server
process is reaching out to, to download the extension?