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 7506ecc commit ce07bd2Copy full SHA for ce07bd2
packages/core/src/codewhisperer/util/authUtil.ts
@@ -134,7 +134,7 @@ export class AuthUtil implements IAuthProvider {
134
if (!this.isConnected()) {
135
// Try to restore an IAM session
136
this.session = new IamLogin(this.profileName, this.lspAuth, this.eventEmitter)
137
- // await this.session.restore()
+ await this.session.restore()
138
139
// If both fail, reset the session
140
this.session = undefined
0 commit comments