File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments