B
B
en/appendix_b_vscode_ruby_workflow
Visual Ruby Study Workflow in VS Code ๏ธ
Purpose ๐ฏ
This appendix is a presenter kit for a screen-recorded lesson. Its goal is not to teach more Ruby syntax. Its goal is to make students comfortable working inside VS Code with Ruby projects, Ruby extensions, and the command-line tools introduced in Appendix A.
By the end of the recording, students should feel:
Teaching approach ๐งญ
The recording should follow the same life-cycle order as Appendix A:
What is included in this appendix ๐๏ธ
Core message ๐ก
VS Code is not replacing Ruby knowledge. It is giving students a visible, safe, repeatable workspace for the Ruby project lifecycle:
VS Code Basics for This Course
Purpose ๐ฏ
Students do not need a full VS Code class before they can learn Ruby. They do need just enough editor confidence to move through this course without friction.
This file covers the minimum VS Code features that support the course directly.
1. Open the repository as a folder ๐
Recommended action:
Why this matters:
Real-life situation:
If a student opens only one Ruby file instead of the project folder, the editor loses the project shape. Then search, test commands, and launch configurations all become harder.
2. Learn the key panels only ๐ช
Students should recognize:
Suggested teaching line: