We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3549e33 commit dd4b6bfCopy full SHA for dd4b6bf
packages/core/src/codewhisperer/util/authUtil.ts
@@ -143,9 +143,8 @@ export class AuthUtil {
143
144
if (!this.isConnected()) {
145
await this.regionProfileManager.invalidateProfile(this.regionProfileManager.activeRegionProfile?.arn)
146
+ await this.regionProfileManager.clearCache()
147
}
-
148
- await this.regionProfileManager.clearCache()
149
})
150
151
this.regionProfileManager.onDidChangeRegionProfile(async () => {
0 commit comments