mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
17 lines
843 B
JSON
17 lines
843 B
JSON
{
|
|
"arc.displayName": "Azure Arc",
|
|
"arc.description": "Support for Azure Arc",
|
|
"arc.configuration.title": "Azure Arc",
|
|
"arc.ignoreSslVerification.desc" : "Ignore SSL verification errors against the controller endpoint if true",
|
|
"arc.manageMiaa": "Manage MIAA",
|
|
"arc.managePostgres": "Manage Postgres",
|
|
"arc.manageArcController": "Manage Arc Controller",
|
|
"arc.view.title" : "Azure Arc Controllers",
|
|
"arc.view.welcome" : "No Azure Arc controllers registered. [Learn More](https://azure.microsoft.com/services/azure-arc/)\n[Connect Controller](command:arc.connectToController)",
|
|
"command.createController.title" : "Create New Controller",
|
|
"command.connectToController.title": "Connect to Existing Controller",
|
|
"command.removeController.title": "Remove Controller",
|
|
"command.refresh.title": "Refresh",
|
|
"arc.openDashboard": "Manage"
|
|
}
|