In order to open the current folder with VsCode we will first need to enable the macOS shell command code.
To enable this command go to VsCode and use Command + Shift + P to open up the Command Palette.

You can also do this from the menu bar View > Command Palette.
Once the Command Palette is opened type shell and pick the Shell Command: install "code" command in PATH option.

You may need to input your master password and a confirmation Shell command "code" successfully installed in PATH will pop up.

And now you can go into any folder from the Mac terminal and type code . to open up that folder directly in VS Code:
cd Developer/my-app
code .
Happy coding!
š Build a full trivia game app with LangChain
Learn by doing with this FREE ebook! This 35-page guide walks you through every step of building your first fully functional AI-powered app using JavaScript and LangChain.js
š Build a full trivia game app with LangChain
Learn by doing with this FREE ebook! This 35-page guide walks you through every step of building your first fully functional AI-powered app using JavaScript and LangChain.js