Answers for "how to see all vscode extensions"

3

How to see all the extension installed in visual studio code

code --list-extensions --show-versions
Posted by: Guest on May-04-2021
1

vs code list all extensions

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

vscode display all extensions

code --list-extensions
Posted by: Guest on January-04-2021

Code answers related to "how to see all vscode extensions"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language