VS Code Remote SSH Setup
Configure VS Code to develop directly on your GPU instance with full IDE features, including IntelliSense, debugging, and extensions.
Prerequisites
- VS Code installed locally
- Brev CLI installed and logged in
- A running Brev instance
Quick Method: brev open
The fastest way to open VS Code on your instance:
This command automatically installs the Remote SSH extension if needed and opens your instance in VS Code.
Manual Setup
Recommended Extensions
Install these extensions on your remote instance for the best experience:
- Python - IntelliSense, linting, debugging
- Jupyter - Run notebooks inside VS Code
- GitLens - Enhanced Git integration