microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Update to Electron v30 #25948

Closed kburtram closed 1 month ago

kburtram commented 1 month ago

Update to Electron v30 and upgrade to Node.JS v20 LTS. And port over related changes from vscode repo to support new Electron shell.

kburtram commented 1 month ago

This change will require updates to build pipelines with corresponding changes in other repos. I'll push those with this to get the builds clean.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11173118849

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
extensions/azurecore/src/azureResource/services/terminalService.ts 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
extensions/sql-database-projects/src/common/httpClient.ts 1 66.18%
extensions/sql-database-projects/src/dialogs/publishDatabaseDialog.ts 2 52.03%
extensions/notebook/src/dialog/configurePython/configurePythonWizard.ts 7 40.0%
<!-- Total: 10 -->
Totals Coverage Status
Change from base Build 11162447467: -0.02%
Covered Lines: 30720
Relevant Lines: 68916

💛 - Coveralls