VSCode specific

Starting VSCode from the command line

add this to your config to start code from the command line:

$ code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}

Last updated

Was this helpful?