Next-Level SQL in VS Code: GitHub Copilot Custom Instructions, Plan Mode & Skills | Data Exposed

Microsoft Developer walks through using GitHub Copilot with the VS Code MSSQL extension to control Copilot context for T-SQL—covering custom instruction files, Plan Mode/Agent Mode for schema design, skills as slash commands, and inspecting Copilot’s debug payload while targeting SQL Server 2025 and Azure SQL Database.

Overview

This Data Exposed episode shows how to make GitHub Copilot produce team-aligned T-SQL in VS Code by controlling the context Copilot receives via the MSSQL extension.

The demo flow starts with a clean workspace (no context), then incrementally adds:

What the episode demonstrates

1) Baseline: Copilot with zero context

2) Add a custom instruction file for team T-SQL conventions

3) Use Plan Mode to design from a PRD

4) Use Agent Mode + Schema Designer against a real database

5) Create a skills file + slash command for your architecture

6) Inspect Copilot’s debug payload

Resources (from the video description)

Episode timestamps (from the video description)

Where to follow / watch more