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 cdc151f commit 32d1de9Copy full SHA for 32d1de9
packages/amazonq/src/lsp/client.ts
@@ -193,7 +193,7 @@ export async function startLanguageServer(
193
194
async function initializeAuth(client: LanguageClient) {
195
AuthUtil.create(new auth2.LanguageClientAuth(client, clientId, encryptionKey))
196
-
+
197
// Migrate SSO connections from old Auth to the LSP identity server
198
// This function only migrates connections once
199
// This call can be removed once all/most users have updated to the latest AmazonQ version
0 commit comments