A quick tip showing how to open Visual Studio Code directly from the terminal using the `code` command. You can open VS Code in the current directory with `code .`, or point it to a specific file or folder with `code your/path`. This is especially handy after running `git clone` to immediately open the cloned repo.
•2m read time• From playfulprogramming.com
Sort: