Compact Folders
> UncheckUseful if running Jest test inline results in error
which zsh
Open Command Palette
cmd + shift + p
Terminal: Select Default Shell
VSCode inherits all of your env from from that CLI session
You must enable Shell Command: Install 'code' command in PATH
in command palette first
# open `pwd` in vsc code . # open specified file vscode://file//Users/local_user_name/project_name/file_name.txt:123:45
code
command when above does not workexport PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"