The registries view for Azure has a minor issue--if subscriptions change or an account is signed out, there isn't a way to clear the auth provider's cache. We should add this.
|
const subscriptions = await this.subscriptionProvider.getAvailableSubscriptions(); |
The registries view for Azure has a minor issue--if subscriptions change or an account is signed out, there isn't a way to clear the auth provider's cache. We should add this.
vscode-containers/src/tree/registries/Azure/AzureRegistryDataProvider.ts
Line 65 in 1cc5f7a