Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 340 Bytes

exercise-3-5.md

File metadata and controls

9 lines (6 loc) · 340 Bytes

Exercise 3-5: Install a Text Editor

You can use whatever text editor you prefer. I like one called Visual Studio Code.

It comes with a CLI tool, code, that lets you open files and folders in VS Code from the terminal. To open a new VS Code window with your current folder open, run:

code .