Answers for "how to get a list of all installed vscode plugins"

1

vscode get list of installed extensions

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

Code answers related to "how to get a list of all installed vscode plugins"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language