Answers for "installing a list of extensions vscode"

1

vscode get list of installed extensions

code --list-extensions | % { "code --install-extension $_" }
Posted by: Guest on February-10-2021

Code answers related to "installing a list of extensions vscode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language