mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
* Add controller persistence and info prompting * more stuff * clean up * Add arc tests to scripts
16 lines
664 B
JSON
16 lines
664 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",
|
|
"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"
|
|
}
|