Answers for "how to open vs code with the terminal"

CSS
0

vscode from terminal

code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
Posted by: Guest on April-20-2020
0

how to open a file in vs code from terminal

code -r fileName
Posted by: Guest on June-27-2021

Code answers related to "how to open vs code with the terminal"

Browse Popular Code Answers by Language