Install multiple extensions with config.yml
#6234
Unanswered
cycotron69
asked this question in
Q&A
Replies: 1 comment
-
Ah yeah we have an issue for fixing that: #6149 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm running the latest Docker container image of code-server on my Linux box. I mount my own
/.config/config.yml
into the container for setup. However, I'm not able to figure out how to specify multiple extensions to be installed via theconfig.yml
, or maybe it's just not possible? Below are what I've tried and the results.when I try to specify multiple
install-extension
declarations, ex:I get the duplicate error:
when I try to put all extension on the same line, ex:
I get the extension not found error:
I also tried YAML format:
and got:
Beta Was this translation helpful? Give feedback.
All reactions