Add projects support for Fabric DW (#24014)

* Update STS and add new platform

* Update vsix version

* Create Fabric DW project from database

* Fix target platform name

* Address comments

* Revert projects version to 1.3.0

* Update STS to 4.9.0.22

* PR comment
This commit is contained in:
Z Chen
2023-08-28 11:16:38 -07:00
committed by GitHub
parent 57d0fa8e79
commit 98c17b85e7
4 changed files with 39 additions and 9 deletions

View File

@@ -321,7 +321,8 @@ declare module 'sqldbproj' {
sqlServer2022 = 'SQL Server 2022',
sqlAzure = 'Azure SQL Database',
sqlDW = 'Azure Synapse SQL Pool',
sqlEdge = 'Azure SQL Edge'
sqlEdge = 'Azure SQL Edge',
sqlDwUnified = 'Synapse Data Warehouse in Microsoft Fabric'
}
export interface ISqlConnectionProperties {