Docs · By technology
Get started
Concepts
Edit local, execute remote
The organizing pattern behind a modern VS Code data-creator setup: the editor stays on the laptop, the compute stays in the cloud, and the extensions wire the two together invisibly.
AI agents in VS Code: the 2026 landscape
Copilot, Claude Code, Cursor, Continue, Cline, Amazon Q: what each is good at, how they coexist, and how to avoid paying for four of them.
The VS Code extension ecosystem
How extensions extend, where they live, how to pin and audit them, and why the marketplace is a supply-chain surface that deserves governance.
How-tos
Devcontainers and DevPod
Reproducible dev environments, shipped in the repo, identical for every engineer. The fix for 'works on my machine' that actually holds.
The inner loop: Python, PySpark, dbt, Airflow
What fast feedback actually looks like per stack — the 5-to-30-second write-run-inspect-fix cycle that divides productive data creators from slow ones.
Debugging in VS Code
Launch configs per workload, conditional breakpoints, data breakpoints, query-profile reading. The single highest-leverage skill for data engineers.
Wiring MCP servers into your agent
Give Claude Code, Cursor, or Copilot real tools: Databricks managed MCP, dbt Power User embedded MCP, GitHub, and the scoping rules that keep agents safe.
CLI reference
Standards
VS Code workspace standards
The Causeway rules for a data-creator repo's `.vscode/`, `.devcontainer/`, and agent configuration. Enforced in PR review.
VS Code production readiness checklist
What the paved-path VS Code environment must satisfy before a team calls it 'done,' and keep satisfying after. The operational gate platform owns.