mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
* Add config to enable/disable the BDC extension provided tree view * Update description text
9 lines
421 B
JSON
9 lines
421 B
JSON
{
|
|
"description": "Support for managing 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.deleteController.title" : "Delete",
|
|
"command.refreshController.title" : "Refresh"
|
|
}
|