The MSSQL Extension for VS Code continues to evolve, bringing powerful new features that make SQL development more local, more organized, and more intelligent. In version v1.33.0, we’re introducing Local SQL Server Containers, GitHub Copilot Agent Mode, and Server Groups—three capabilities designed to simplify and modernize the way developers build applications using SQL Server in Visual Studio Code.
Here’s a closer look at what’s included in this release and how these features can enhance your SQL development workflow.
What’s new in MSSQL extension for VS Code v1.33
This release introduces three major capabilities designed to streamline the SQL development experience:
- Local SQL Server Containers (Public Preview) — Easily spin up and manage SQL Server containers directly from within the extension.
- GitHub Copilot Agent Mode (Public Preview) — A conversational, schema-aware assistant that helps you explore, understand, and optimize your database through natural language interactions.
- Server Groups — Organize your saved connections into folders for improved clarity and control.
Local SQL Server Containers (Public Preview)
You can now create and manage SQL Server containers locally, without writing a single Docker command. The new Local SQL Container experience allows you to launch a fully configured SQL Server container from the MSSQL extension’s UI.
By default, the SQL container wizard uses SQL Server 2025 (Public Preview), the latest version of SQL Server, which includes native support for vector data types, JSON functions, and other AI-ready features. This makes it ideal for building modern, intelligent applications locally.
This new capability is perfect for prototyping, developing, or testing workloads using the same engine available in production environments.
Key highlights
- Auto-connect: A connection profile is automatically created and ready for use
- Lifecycle controls: Start, stop, restart, or delete containers from the connection panel
- Docker environment checks: Get notified if Docker isn’t running or installed
- Port conflict detection: If port 1433 (the default SQL Server port) is already in use, the extension will automatically find and assign the next available port for your container.
- Custom settings: Define container name, hostname, and port via UI
- Other versions supported: You can also choose to run a SQL Server 2022, or 2019 container.
In the Connections view, select the “Add” (+) button, then choose “Create local SQL Server container” from the options.
GitHub Copilot Agent mode (Public Preview)
We’re introducing GitHub Copilot Agent Mode in Public Preview, bringing a contextual, action-driven chat experience into the MSSQL extension. This first release enables Copilot to interpret your intent and perform real tasks inside Visual Studio Code—making it easier to interact with your database through natural language prompts.
Key highlights
- List servers – View all available SQL Server connections
- Connect to server or database – Establish a new database connection
- Disconnect from server or database – End the active connection
- Run query – Execute a SQL query directly from the chat window
- Show database schema – Display the schema for the connected database
These tools are surfaced through natural interactions. For example, you might type: "Connect to my LocalDev environment" or "Show me the schema of the Products table for my e-commerce database."
Server Groups
If you manage multiple projects, clients, or environments, Server Groups bring structure to your connection list by allowing you to group saved connections into folders.
This improves navigation and makes it easier to keep development, staging, and production environments organized—all within the MSSQL extension.
Key highlights
- Create and rename folders for saved connections
- Drag and drop connections into different groups
- Edit an existing connection and assign it to a group directly from the connection dialog.
- Collapse or expand groups to declutter your view
- Easily switch between environments with confidence
Whether you’re managing five connections or fifty, Server Groups help you stay organized and focused.
Conclusion
The v1.33 release brings us closer to our vision of a modern, developer-first SQL experience inside Visual Studio Code. From launching a local container powered by SQL Server 2025, to organizing your connections with Server Groups, to exploring your schema through GitHub Copilot Agent Mode—this update is all about helping developers build faster, smarter, and more locally.
If there’s something you’d love to see in a future update, here’s how you can contribute:
- 💬 GitHub discussions – Share your ideas and suggestions to improve the extension
- ✨ New feature requests – Request missing capabilities and help shape future updates
- 🐞 Report bugs – Help us track down and fix issues to make the extension more reliable
Want to see these features in action?
Thanks for being part of the journey—happy coding! 🚀