openvscode-server
openvscode-server copied to clipboard
Extension details not populating
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: v1.87.1
- OS Version: Ubuntu 20.04.6 LTS
Steps to Reproduce:
- Open any extension page, for example a theme. There will be no content, images, descriptions, etc. The 'FEATURES' tab seems to populate appropriately, however 'CHANGELOG' does not.
Presently running as a systemd service, but the command being executed is: /opt/openvscode-server/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 8080 --without-connection-token --accept-server-license-terms --telemetry-level off --user-data-dir /home/username/.openvscode-server. The behavior is the same whether run as a service or as standalone from the command line.
I think this is caused by connecting to server on non-secured connection (HTTPS)