Answers for "where are all vs code extensions installed"

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

vscode get list of installed extensions

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

Code answers related to "where are all vs code extensions installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language