[Bug]: Not apparently possible to install multiple extensions from config file #6149
Open
4 tasks done
Labels
bug
Something isn't working
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.10.1Steps to Reproduce
Attempting to run code-server with a config file such as:
This fails with (e.g):
The problem seems to be in the conversion of the config file into command line arguments:
My guess is that there "opt" is a []string, so it ends up constructing "--install-extension=extension.number1,extension.number2"
Expected
Both extensions should be installed in the same way as if multiple install-extension command line arguments were passed
Actual
code-server errors on startup.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: