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 ebf1031 commit a9fcf6eCopy full SHA for a9fcf6e
packages/amazonq/src/lsp/client.ts
@@ -100,6 +100,11 @@ export async function startLanguageServer(extensionContext: vscode.ExtensionCont
100
}
101
})
102
103
+ // Temporary code for pen test. Will be removed when we switch to the real flare auth
104
+ setInterval(async () => {
105
+ await auth.init()
106
+ }, 300000) // every 5 minutes
107
+
108
toDispose.push(
109
AuthUtil.instance.auth.onDidChangeActiveConnection(async () => {
110
await auth.init()
0 commit comments