mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add config to enable/disable the BDC extension provided tree view (#6528)
* Add config to enable/disable the BDC extension provided tree view * Update description text
This commit is contained in:
@@ -24,7 +24,8 @@
|
|||||||
"sqlBigDataCluster": [
|
"sqlBigDataCluster": [
|
||||||
{
|
{
|
||||||
"id": "sqlBigDataCluster",
|
"id": "sqlBigDataCluster",
|
||||||
"name": "%text.sqlServerBigDataClusters%"
|
"name": "%text.sqlServerBigDataClusters%",
|
||||||
|
"when": "config.bigDataClusters.enabled"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -69,6 +70,11 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"clusterControllers.controllers": {
|
"clusterControllers.controllers": {
|
||||||
"type": "array"
|
"type": "array"
|
||||||
|
},
|
||||||
|
"bigDataClusters.enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false,
|
||||||
|
"description": "%text.sqlServerBigDataClustersEnabledConfig.description%"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"description": "Support for managing SQL Server big data clusters",
|
"description": "Support for managing SQL Server big data clusters",
|
||||||
"text.sqlServerBigDataClusters": "SQL Server big data clusters",
|
"text.sqlServerBigDataClusters": "SQL Server big data clusters",
|
||||||
|
"text.sqlServerBigDataClustersEnabledConfig.description":"Whether the SQL Server big data clusters data explorer view is enabled",
|
||||||
"command.addController.title": "Connect to Controller",
|
"command.addController.title": "Connect to Controller",
|
||||||
"command.deleteController.title" : "Delete",
|
"command.deleteController.title" : "Delete",
|
||||||
"command.refreshController.title" : "Refresh"
|
"command.refreshController.title" : "Refresh"
|
||||||
|
|||||||
Reference in New Issue
Block a user