Skip to content

Commit 98d0f08

Browse files
committed
Move activateAmazonqLSP call
1 parent 7ae18ea commit 98d0f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ export async function activateAmazonQCommon(context: vscode.ExtensionContext, is
115115

116116
await initializeAuth(globals.loginManager)
117117

118-
await activateAmazonqLsp(context)
119-
120118
const extContext = {
121119
extensionContext: context,
122120
}
123121

122+
await activateAmazonqLsp(context)
123+
124124
// This contains every lsp agnostic things (auth, security scan, code scan)
125125
await activateCodeWhisperer(extContext as ExtContext)
126126

0 commit comments

Comments
 (0)