You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
You should be able to install multiple extensions at a time.
For example:
Currently,
code-server
only installs the first one, ignoring the restThe text was updated successfully, but these errors were encountered: