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": [
|
||||
{
|
||||
"id": "sqlBigDataCluster",
|
||||
"name": "%text.sqlServerBigDataClusters%"
|
||||
"name": "%text.sqlServerBigDataClusters%",
|
||||
"when": "config.bigDataClusters.enabled"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -69,6 +70,11 @@
|
||||
"properties": {
|
||||
"clusterControllers.controllers": {
|
||||
"type": "array"
|
||||
},
|
||||
"bigDataClusters.enabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%text.sqlServerBigDataClustersEnabledConfig.description%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user