VS Code setup on Ubuntu for C
Goal: one-key build/run workflow for C. Install compiler, configure tasks, and avoid common path issues.
Checklist
- Install build tools: gcc, gdb, make
- VS Code extensions: C/C++
- Setup tasks.json for build
- Setup launch.json for debug