openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

Extension details not populating

Open bwhitehead0 opened this issue 1 year ago • 1 comments

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:

  1. 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.

bwhitehead0 avatar Apr 10 '24 05:04 bwhitehead0

I think this is caused by connecting to server on non-secured connection (HTTPS)

ipepe avatar Dec 09 '24 18:12 ipepe