entity

Visual Studio Code

Last updated: Thu Jun 18 2026 00:00:00 GMT+0000 (Coordinated Universal Time) Collection: entities

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 .venv interpreter.
  • 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.