mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:35:37 -05:00
* 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
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "sql-database-projects-vscode",
|
|
"publisher": "ms-mssql",
|
|
"extensionDependencies": [
|
|
"ms-mssql.mssql",
|
|
"ms-mssql.data-workspace-vscode"
|
|
],
|
|
"contributes": {
|
|
"configuration": [
|
|
{
|
|
"properties": {
|
|
"sqlDatabaseProjects.enablePreviewFeatures": {
|
|
"type": "boolean",
|
|
"description": "%sqlDatabaseProjects.enablePreviewFeatures%"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|