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 @@ -39,7 +39,7 @@ import { processUtils } from 'aws-core-vscode/shared'
3939import { activate } from './chat/activation'
4040import { AmazonQResourcePaths } from './lspInstaller'
4141import { ConfigSection , isValidConfigSection , toAmazonQLSPLogLevel } from './config'
42- import { activate as activateInline } from '../inlineChat/activation'
42+ import { activate as activateInlineChat } from '../inlineChat/activation'
4343
4444const localize = nls . loadMessageBundle ( )
4545const logger = getLogger ( 'amazonqLsp.lspClient' )
@@ -183,7 +183,7 @@ export async function startLanguageServer(
183183 await activate ( client , encryptionKey , resourcePaths . ui )
184184 }
185185
186- activateInline ( extensionContext , client , encryptionKey )
186+ activateInlineChat ( extensionContext , client , encryptionKey )
187187
188188 const refreshInterval = auth . startTokenRefreshInterval ( 10 * oneSecond )
189189
You can’t perform that action at this time.
0 commit comments