Set up VS Code as your code editor
Concept
A code editor is a special program for writing code — like a flight manual reader designed specifically for pilots. VS Code (Visual Studio Code) is free, popular, and perfect for beginners. It highlights your code with colors so you can spot mistakes easily, just like how color-coded instruments help pilots read their panels at a glance.
Apply
Download and install VS Code from code.visualstudio.com. Open it and take a moment to explore the interface — the file explorer on the left, the main editor area in the center, and the terminal at the bottom. You do not need to memorize anything; you will learn by doing.
Prompt
Expected Result
VS Code should be installed and running on your computer. You should have a folder called "aviation-project" on your Desktop, and it should be open in VS Code. The left sidebar should show the folder name with no files inside yet.
Troubleshooting
- • If VS Code does not open after installing, try restarting your computer and opening it from your Applications folder (Mac) or Start menu (Windows).