Answers for "just the code to launch vs code from command prompt"

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
2

vs code a project folder from the command line

cd my-project-folder/
code -n .
Posted by: Guest on April-03-2020

Code answers related to "just the code to launch vs code from command prompt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language