mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
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:
@@ -42,5 +42,6 @@
|
||||
"sqlDatabaseProjects.autorestSqlVersion": "Which version of Autorest.Sql to use from NPM. Latest will be used if not set.",
|
||||
"sqlDatabaseProjects.collapseProjectNodes": "Whether project nodes start collapsed",
|
||||
"sqlDatabaseProjects.microsoftBuildSqlVersion": "Which version of Microsoft.Build.Sql SDK to use for building legacy sql projects. Example: 0.1.7-preview",
|
||||
"sqlDatabaseProjects.enablePreviewFeatures": "Enable preview SQL Database Projects features",
|
||||
"sqlDatabaseProjects.welcome": "No database projects currently open.\n[New Project](command:sqlDatabaseProjects.new)\n[Open Project](command:sqlDatabaseProjects.open)\n[Create Project From Database](command:sqlDatabaseProjects.importDatabase)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user