Answers for "how to open vs code file from terminal"

-1

vscode from terminal

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

Code answers related to "how to open vs code file from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language