Skip to content

Install multiple extensions at a time #549

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

Closed
coadler opened this issue Apr 20, 2019 · 2 comments · Fixed by #857
Closed

Install multiple extensions at a time #549

coadler opened this issue Apr 20, 2019 · 2 comments · Fixed by #857
Labels
enhancement Some improvement that isn't a feature

Comments

@coadler
Copy link
Contributor

coadler commented Apr 20, 2019

You should be able to install multiple extensions at a time.

For example:

code-server --install-extension ms-vscode.go vscodevim.vim rust-lang.rust

Currently, code-server only installs the first one, ignoring the rest

@coadler coadler added the enhancement Some improvement that isn't a feature label Apr 20, 2019
@hwacookie
Copy link

And if you're already working on this, could we maybe also have the --list-extensions command like in the normal "code" executable?

@dstrimble
Copy link

dstrimble commented Nov 24, 2022

I found a workaround
code-server --install-extension ms-vscode.go vscodevim.vim rust-lang.rust doesn't work so you have to put --install-extension before each extension so it would be:
code-server --install-extension ms-vscode.go --install-extension vscodevim.vim --install-extension rust-lang.rust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvement that isn't a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@hwacookie @coadler @dstrimble and others