ReleaseMicrosoftMicrosoftpublished Nov 18, 2025seen Jun 26

microsoft/vscode-mssql v1.37.0

microsoft/vscode-mssql

Open original ↗

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: true to enable.
  • Introduced Data-tier Application dialog (Public Preview) to deploy and extract .dacpac files and import or export .bacpac packages through a modernized workflow inside VS Code. Set mssql.enableExperimentalFeatures: true to 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. Set mssql.enableExperimentalFeatures: true to 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