Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing extensions since V4.0 #101

Closed
RoboMagus opened this issue Feb 15, 2022 · 3 comments
Closed

Missing extensions since V4.0 #101

RoboMagus opened this issue Feb 15, 2022 · 3 comments

Comments

@RoboMagus
Copy link

linuxserver.io


Expected Behavior

When searching for code-server extensions results should pop up.

Current Behavior

Starting with V4.0 the list of search results for extensions is incomplete when compared to V3.12.
Similarly, installing plugins through cli with their respective identifiers fails, where in V3.12 there was no issue.
(Regardless of using the newly added helper script)

Steps to Reproduce

  1. Spin up a container for linuxserver/code-server:3.12.0
  2. Search for extension, e.g. 'keesschollaart.vscode-home-assistant'
  3. You can find and install it.
  4. Now spin up a new container with a newer version: linuxserver/code-server:4.0.2
  5. Perform the same extension search as in step 2
  6. No results found...

Similar verification through commandline installation.

Environment

OS: Windows & Linux
CPU architecture: x86_64 & arm32
How docker service was installed:

Windows: docker-desktop
Linux: Curl helper script

Command used to create docker container (run/create/compose/screenshot)

compose:

  code-server:
    image: linuxserver/code-server
    container_name: code-server
    restart: unless-stopped
    volumes:
      - ./Volumes/code-server/config:/config
    environment:
      - PUID=${USERID}
      - PGID=${GROUPID}
      - TZ=${TIMEZONE}
      - DEFAULT_WORKSPACE=/docker-stack

Docker logs

Unavailable at time of writing. Will add later in case information above proves insufficient.

@project-bot project-bot bot added this to To do in Issue & PR Tracker Feb 15, 2022
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

@Roxedus
Copy link
Member

Roxedus commented Feb 15, 2022

The container did not change anything regarding this, this is a code-server issue. It's probably due to cdr switching extension library

@Roxedus Roxedus closed this as completed Feb 15, 2022
Issue & PR Tracker automation moved this from To do to Done Feb 15, 2022
@RoboMagus
Copy link
Author

Damn, you were just a bit quicker on this than me.
I just found that since code-server v4 there are changes in the extension galery. coder/code-server:4.0.2 has the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants