Skip to content

Commit ac2e7cc

Browse files
committed
fixup
1 parent 64f9fd9 commit ac2e7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/src/extensionNode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { beta } from 'aws-core-vscode/dev'
2929
import { activate as activateNotifications, NotificationsController } from 'aws-core-vscode/notifications'
3030
import { AuthState, AuthUtil } from 'aws-core-vscode/codewhisperer'
3131
import { telemetry, AuthUserState } from 'aws-core-vscode/telemetry'
32-
import { activate as activateAmazonQLSP } from './lsp/activation'
32+
import { activate as activateAmazonqLsp } from './lsp/activation'
3333

3434
export async function activate(context: vscode.ExtensionContext) {
3535
// IMPORTANT: No other code should be added to this function. Place it in one of the following 2 functions where appropriate.
@@ -53,7 +53,7 @@ async function activateAmazonQNode(context: vscode.ExtensionContext) {
5353
}
5454

5555
if (Experiments.instance.get('amazonqLSP', false)) {
56-
await activateAmazonQLSP(context)
56+
await activateAmazonqLsp(context)
5757
} else {
5858
await activateCWChat(context)
5959
await activateQGumby(extContext as ExtContext)

0 commit comments

Comments
 (0)