Fix broken 'Clear Token Cache' command (#2643)

This commit is contained in:
Matt Irvine
2018-09-19 18:31:23 -07:00
committed by GitHub
parent 27925289d4
commit d7d65cdf21

View File

@@ -20,7 +20,7 @@ let localize = nls.loadMessageBundle();
export class AzureAccountProviderService implements vscode.Disposable { export class AzureAccountProviderService implements vscode.Disposable {
// CONSTANTS /////////////////////////////////////////////////////////////// // CONSTANTS ///////////////////////////////////////////////////////////////
private static CommandClearTokenCache = 'accounts.azure.clearTokenCache'; private static CommandClearTokenCache = 'accounts.clearTokenCache';
private static ConfigurationSection = 'accounts.azure'; private static ConfigurationSection = 'accounts.azure';
private static CredentialNamespace = 'azureAccountProviderCredentials'; private static CredentialNamespace = 'azureAccountProviderCredentials';