Skip to content

Commit 19a9a80

Browse files
committed
lintfix
1 parent d802def commit 19a9a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export async function startLanguageServer(
182182

183183
// IMPORTANT: This sets up Auth and must be called before anything attempts to use it
184184
AuthUtil.create(new auth2.LanguageClientAuth(client, clientId, encryptionKey))
185-
185+
186186
// Migrate SSO connections from old Auth to the LSP identity server
187187
// This function only migrates connections once
188188
// This call can be removed once all/most users have updated to the latest AmazonQ version
@@ -191,7 +191,7 @@ export async function startLanguageServer(
191191
} catch (e) {
192192
getLogger().error(`Error while migration SSO connection to Amazon Q LSP: ${e}`)
193193
}
194-
194+
195195
// Ideally this would be part of AuthUtil.create() as it restores the existing Auth connection
196196
// but the SSO connection migration delays this call
197197
await AuthUtil.instance.restore()

0 commit comments

Comments
 (0)