I'm attempting to add Visual Studio Code to my command line so I can open a project by typing 'code .'
I've followed the instructions on this page: https://code.visualstudio.com/docs/setup/mac and it works but does not remain permanent. Every time I restart my terminal the command line tools are gone and tells me command not found.
How can I add this permanently? My previous editor was Atom and I can't remember how I set that up to open from the command line.
Any help would be greatly appreciated.