Installing code in vscode

It will be very hard sometime to open up VSCode , there is a simple way to open the project directly with terminal, excited to know about it?

After opening VSCode press

Command + Shift + P

Select Command+Shift+P
Install Code

Once the installation is successful, you will be able to see the success prompt from VSCode

Once this is installed, go to terminal and fire code . at the level of the project which has to be opened.

Once this is done, you will be able to see the project got open in VSCode as below

--

--