vscode-thedigitallife icon indicating copy to clipboard operation
vscode-thedigitallife copied to clipboard

Not available using vs-code server

Open SaltireSoul opened this issue 1 year ago • 3 comments

Not available to install via marketplace from vs-code server. I'm using docker (linuxserver/code-server)

Manual installing vsix works without issue.

SaltireSoul avatar Jan 25 '23 02:01 SaltireSoul

Can you show me what you're doing and whether you're getting any error message?

ChristianLempa avatar Jan 28 '23 18:01 ChristianLempa

No error message, just says not listed. https://user-images.githubusercontent.com/89784/215291023-12c961f1-0d84-45ff-9855-a32f83d2f34c.mp4

The docker compose file used:

version: "2.1"
services:
  code-server:
    image: lscr.io/linuxserver/code-server:latest
    container_name: code-server
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - DEFAULT_WORKSPACE=/config/workspace #optional
    volumes:
      - ./vscode/config:/config
    ports:
      - 8443:8443
    restart: unless-stopped

SaltireSoul avatar Jan 28 '23 21:01 SaltireSoul

While messing around with unrelated stuff I noticed VSCodium uses https://open-vsx.org/ as its marketplace instead of microsofts. I just double checked linuxserver/code-server and it too uses open-vsx hence why the theme isn't listed.

So not a bug, may I request switching to an enhancement to list on open-vsx.

SaltireSoul avatar May 09 '23 12:05 SaltireSoul