The command \"code .\" doesn\'t work in this manual?
All the other steps before that worked. How can I call the Visual Studio Code in OSX terminal?
Here are the steps which I followed to make it working on MAC:
Install "Shell" extension from VSCode:
Restart VSCode.
Press F1 when VSCode is opened.
Type "Shell" and select the following option: Shell Command: Install 'code' command in PATH command
That will give you the following message: Shell command 'code' successfully installed in PATH.
Running "which code" command will give you a proof the code command working now: