Skip to content

Commit 48a9a18

Browse files
committed
Updates
1 parent b91d78e commit 48a9a18

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/amazonq/src/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,13 @@ 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

124122
// This contains every lsp agnostic things (auth, security scan, code scan)
125123
await activateCodeWhisperer(extContext as ExtContext)
124+
await activateAmazonqLsp(context)
126125

127126
if (!Experiments.instance.get('amazonqLSPInline', false)) {
128127
await activateInlineCompletion()

packages/core/src/auth/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ export {
2222
export { Auth } from './auth'
2323
export { CredentialsStore } from './credentials/store'
2424
export { LoginManager } from './deprecated/loginManager'
25-
export { builderIdStartUrl, builderIdRegion } from './sso/constants'
2625
export * as authUtils from './utils'
2726
export * as auth2 from './auth2'
27+
export * as constants from './sso/constants'

0 commit comments

Comments
 (0)