0

I have installed code server on our lab server (so users can access it using just their browser), and then when I add users I was pre-installing for them a set of commonly used extensions with the code-server --install-extension xxx command.

After an update, such command doesn't work any more, it returns that the extension is not found. It is my understanding that the developers of the package that I use to install code-server, moved the repository to the Open VSX registry, but how do I tell code-server to lookup there the extension that I am trying to install? Can I specify the url of the registry in the call itself or in some setting ?

1
  • The VSCode brand/tag doesn’t cover forks, so you should use the code-server specific tags for clarity. “VSCode open source” is also a poor way to describe such forks. Commented Oct 8 at 15:31

1 Answer 1

0

This is due to a bug with somehow Apache interferring with the CLI code-server command:

https://github.com/coder/code-server/issues/7461

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.