codex-lv2-may-2025

Navigation

0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Current Level: 8


Lesson: Try It with a Different Project

🎯 Objective

Apply your VSCode skills to work with an existing project and practice the complete workflow.


βœ… Step 8: Try It with a Different Project

A. In VSCode, go to File > Open Folder and select a different project folder you already have on your computer or clone one from GitHub. B. Explore the files using the File Explorer. C. Open some files in the Editor and make small edits, such as:

ls

E. Commit your edits:

git add .
git commit -m "Made edits to existing project files"
git push

βœ… Summary

You have successfully:

You’re now comfortable working with any project in VSCode!


🧠 What You Learned


βœ… Important Reminder

❌ Do NOT add any extensions or customize your settings yet. We will cover Extensions and Settings customization in future lessons to avoid confusion and ensure a consistent setup.


Navigation

0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Current Level: 8