How to set up your mac OS terminal to open VSCode without using code .
The alias I use here is vsc, but you can use whatever you like.
Open zshrc file and add:
alias vsc='code-insiders .' OR alias vsc='code .' if you are just using regular VScode!