Hide publish sql project to new azure server behind preview setting (#21248)

* hide publish to new Azure server under preview setting

* try adding additional properties instead of replacing everything in configuration

* cleanup and change to adding configuration properties instead of replacing the whole thing

* add more info in comment

* remove extra line
This commit is contained in:
Kim Santiago
2022-11-17 16:05:46 -08:00
committed by GitHub
parent a238d15da2
commit ac494955ac
5 changed files with 57 additions and 21 deletions

View File

@@ -4,5 +4,17 @@
"extensionDependencies": [
"ms-mssql.mssql",
"ms-mssql.data-workspace-vscode"
]
],
"contributes": {
"configuration": [
{
"properties": {
"sqlDatabaseProjects.enablePreviewFeatures": {
"type": "boolean",
"description": "%sqlDatabaseProjects.enablePreviewFeatures%"
}
}
}
]
}
}