šŸ“• Build AI Agents using LangGraph.js is now out!

Mac terminal open the current folder in VS Code

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.
Mac terminal open the current folder in VS Code

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.
Mac terminal open the current folder in VS Code

You may need to input your master password and a confirmation Shell command "code" successfully installed in PATH will pop up.
Mac terminal open the current folder in VS Code

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


Leave a Reply

Your email address will not be published. Required fields are marked *