mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
* Improve Azure startup time and fix command palette - Improvement (but not full fix) for #4732 where Azure startup is very slow. This speeds the startup by up to 5 seconds by - Changing from fixed 5 second initial wait time to a promise to check for accounts - Using the accounts changed notification to send a message when accounts are ready. This is usually what will "win out" since Azure seems to load before the Account Providers are set up. - Remove right-click actions from the command palette. - Rename Azure actions so it's clear what they are in the command palette. * Remove coveralls task while investigating how to make optional task * Add void return type
22 lines
1.1 KiB
JSON
22 lines
1.1 KiB
JSON
{
|
|
"azure.displayName": "Azure (Core)",
|
|
"azure.description": "Browse and work with Azure resources",
|
|
"azure.title": "Azure",
|
|
|
|
"azure.resource.config.title": "Azure Resource Configuration",
|
|
"azure.resource.config.filter.description": "The resource filter, each element is an account id, a subscription id and name separated by a slash",
|
|
"azure.resource.explorer.title": "Azure",
|
|
"azure.resource.refreshall.title": "Azure: Refresh All Accounts",
|
|
"azure.resource.refresh.title": "Refresh",
|
|
"azure.resource.signin.title": "Azure: Sign In",
|
|
"azure.resource.selectsubscriptions.title": "Select Subscriptions",
|
|
"azure.resource.connectsqlserver.title": "Connect",
|
|
"azure.resource.connectsqldb.title": "Add to Servers",
|
|
|
|
"accounts.clearTokenCache": "Clear Azure Account Token Cache",
|
|
|
|
"config.enablePublicCloudDescription": "Should Azure public cloud integration be enabled",
|
|
"config.enableUsGovCloudDescription": "Should US Government Azure cloud (Fairfax) integration be enabled",
|
|
"config.enableChinaCloudDescription": "Should Azure China integration be enabled",
|
|
"config.enableGermanyCloudDescription": "Should Azure Germany integration be enabled"
|
|
} |