microsoft/vscode-mssql v1.37.0
microsoft/vscode-mssql
Captured source
source ↗published Nov 18, 2025seen Jun 26captured 6dhttp 200method plain
Release 1.37.0
Repository: microsoft/vscode-mssql
Tag: v1.37.0
Published: 2025-11-18T16:39:50Z
Prerelease: no
Release notes:
Version 1.37.0
- Release date: November 18, 2025
- Release status: GA
What's new in 1.37.0
- Released general availability of GitHub Copilot integration, including Ask Mode, Agent Mode, Slash Commands, and a new onboarding experience, providing schema-aware exploration and scaffolding, query generation, explanations, optimization guidance, and contextual assistance based on your active database connection.
- Introduced Edit Data (Public Preview), an interactive grid for browsing, editing, adding, and deleting table data directly in the editor with real-time validation and script previews. Set
mssql.enableExperimentalFeatures: trueto enable. - Introduced Data-tier Application dialog (Public Preview) to deploy and extract
.dacpacfiles and import or export.bacpacpackages through a modernized workflow inside VS Code. Setmssql.enableExperimentalFeatures: trueto enable. - Introduced Publish SQL Project dialog (Public Preview) to assist users in deploying a SQL Database project (
.sqlproj) to existing database or to a new local SQL development container. Setmssql.enableExperimentalFeatures: trueto enable. - Added a "What's New" panel to highlight major updates, new features, learning resources, and onboarding tips.
- Added support for Microsoft Entra ID authentication to and browsing resources in Sovereign and Government clouds
- Fixed an issue where users may be prompted for reauthentication continually after a Microsoft Entra ID token has expired
- Fixed an issue where long-running queries could not be cancelled
- Fixed an issue where query result aggregations (count, sum, average) were not displaying when selecting rows or columns
- Improved rendering and stability of query results grid
- Improved keyboard accessibility for query results grid