Answers for "install vscode and extensions from command line"

1

vscode install-extension command line

code --list-extensions
code --install-extension ms-vscode.cpptools
code --uninstall-extension ms-vscode.csharp
Posted by: Guest on August-23-2020
1

vs code installed extensions list command

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

Code answers related to "install vscode and extensions from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language