mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
add config option for Microsoft.Build.Sql version used to build legacy sql projects (#20532)
* add config option for Microsoft.Build.Sql version used to build legacy sql projects * addressing comments
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
"sqlDatabaseProjects.collapseProjectNodes": {
|
||||
"type": "boolean",
|
||||
"description": "%sqlDatabaseProjects.collapseProjectNodes%"
|
||||
},
|
||||
"sqlDatabaseProjects.microsoftBuildSqlVersion": {
|
||||
"type": "string",
|
||||
"description": "%sqlDatabaseProjects.microsoftBuildSqlVersion%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user