entity
Visual Studio Code
Visual Studio Code
Visual Studio Code is the standard editor/IDE used in Brevvie Python + AI — Section 1: Setup Your IDE. It is chosen because it is free, widely extended, has strong Python support, and integrates well with GitHub Copilot.
Importance in the source
- Used as the team's shared Integrated Development Environment.
- Must be configured to use the project's
.venvinterpreter. - Key extensions: Python, ruff, and GitHub Copilot.
- Important UI areas called out in the lesson: file explorer, editor, terminal, command palette, and status bar.
Practical takeaway
In this workflow, the most important VS Code check is whether the bottom status bar points at the correct project interpreter inside .venv.