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 ?