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 @@ -29,7 +29,7 @@ import { beta } from 'aws-core-vscode/dev'
2929import { activate as activateNotifications , NotificationsController } from 'aws-core-vscode/notifications'
3030import { AuthState , AuthUtil } from 'aws-core-vscode/codewhisperer'
3131import { telemetry , AuthUserState } from 'aws-core-vscode/telemetry'
32- import { activate as activateAmazonQLSP } from './lsp/activation'
32+ import { activate as activateAmazonqLsp } from './lsp/activation'
3333
3434export 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 )
You can’t perform that action at this time.
0 commit comments