You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code-server --version: 4.98.2 e2c489d with Code 1.98.2
Steps to Reproduce
After successful installation of Code Server on Linux server (Ubuntu), running command for installation of python extension on server: code-server --install-extension ms-python.python
This machine is behind firewall, but I had following hostnames/ports enabled on firewall (to allow installation of extensions and also installation of Code Server itself):
code-server.dev:443
marketplace.visualstudio.com:443
az764295.vo.msecnd.net:443
code.visualstudio.com:443
update.code.visualstudio.com:443
vscode.download.prss.microsoft.com:443
download.visualstudio.microsoft.com:443
open-vsx.org:443
xextensions.coder.com:443
I also tried to download vsix file of this extension on Ubuntu server and install it from this file using commands:
curl --output /home/jovyan/ms-python.python-2025.2.0.vsix https://open-vsx.org/api/ms-python/python/2025.2.0/file/ms-python.python-2025.2.0.vsix
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
code-server --install-extension /home/jovyan/ms-python.python-2025.2.0.vsix
But installation failed as well - see output of this command:
Installing extensions...
Error: End of central directory record signature not found. Either not a zip file, or file is truncated.
at F9 (file:///usr/lib/code-server/lib/vscode/out/server-main.js:48:2327)
at file:///usr/lib/code-server/lib/vscode/out/server-main.js:48:3655
at /usr/lib/code-server/lib/vscode/node_modules/yauzl/index.js:40:7
at /usr/lib/code-server/lib/vscode/node_modules/yauzl/index.js:190:5
at Immediate.<anonymous> (/usr/lib/code-server/lib/vscode/node_modules/yauzl/index.js:705:38)
at process.processImmediate (node:internal/timers:483:21) {
code: 'Extract',
name: 'Extract'
}
Failed Installing Extensions: file:///home/jovyan/ms-python.python-2025.2.0.vsix
Expected
Installation of code server extension on server should be succesfull
a) Either using command (thus installation directly from Open-VSX marketplace): code-server --install-extension ms-python.python
b) Or from downloaded visx file: code-server --install-extension /home/jovyan/ms-python.python-2025.2.0.vsix
Actual
See Steps to Reproduce
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No response
Does this bug reproduce in GitHub Codespaces?
No response
Are you accessing code-server over a secure context?
I am using a secure context.
Notes
No response
The text was updated successfully, but these errors were encountered:
I checked a random extension and the .vsix seems to download from https://openvsxorg.blob.core.windows.net so maybe that one also needs to be allowed. If not, you may need to check what your firewall is blocking to see if there is anything else.
I think even installing from .vsix still makes some network requests.
I checked a random extension and the .vsix seems to download from https://openvsxorg.blob.core.windows.net so maybe that one also needs to be allowed. If not, you may need to check what your firewall is blocking to see if there is anything else.
I think even installing from .vsix still makes some network requests.
OK, I will, ask for opening openvsxorg.blob.core.windows.net:443 on firewall and try it once again and let you know then.
Thanks
Michal
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.98.2 e2c489d with Code 1.98.2Steps to Reproduce
code-server --install-extension ms-python.python
This machine is behind firewall, but I had following hostnames/ports enabled on firewall (to allow installation of extensions and also installation of Code Server itself):
code-server.dev:443
marketplace.visualstudio.com:443
az764295.vo.msecnd.net:443
code.visualstudio.com:443
update.code.visualstudio.com:443
vscode.download.prss.microsoft.com:443
download.visualstudio.microsoft.com:443
open-vsx.org:443
xextensions.coder.com:443
I also tried to download vsix file of this extension on Ubuntu server and install it from this file using commands:
But installation failed as well - see output of this command:
Expected
Installation of code server extension on server should be succesfull
a) Either using command (thus installation directly from Open-VSX marketplace):
code-server --install-extension ms-python.python
b) Or from downloaded visx file:
code-server --install-extension /home/jovyan/ms-python.python-2025.2.0.vsix
Actual
See Steps to Reproduce
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No response
Does this bug reproduce in GitHub Codespaces?
No response
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: