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.57k stars 901 forks source link

SQL Projects - Use Fabric DW engine edition when available #24112

Open zijchen opened 1 year ago

zijchen commented 1 year ago

Currently Fabric DW shares the same engine edition as Serverless, only distinguishable via the server name. Update this logic when Fabric DW's engine edition is available.

https://github.com/microsoft/azuredatastudio/blob/4ed65ccbabce998335904b2faf1838b95cd97cb8/extensions/sql-database-projects/src/common/utils.ts#L723

zijchen commented 1 year ago

Introduced in #24014