Skip to content

Commit 9e83cac

Browse files
committed
refactor: rename activation function to be inlineChat specific
1 parent 360de61 commit 9e83cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { processUtils } from 'aws-core-vscode/shared'
3939
import { activate } from './chat/activation'
4040
import { AmazonQResourcePaths } from './lspInstaller'
4141
import { ConfigSection, isValidConfigSection, toAmazonQLSPLogLevel } from './config'
42-
import { activate as activateInline } from '../inlineChat/activation'
42+
import { activate as activateInlineChat } from '../inlineChat/activation'
4343

4444
const localize = nls.loadMessageBundle()
4545
const 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

0 commit comments

Comments
 (0)