Skip to content

Commit 357d703

Browse files
committed
move the autodebug under the chat directory
1 parent d2c7a44 commit 357d703

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed

packages/amazonq/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { registerCommands } from './commands'
4545
import { focusAmazonQPanel } from 'aws-core-vscode/codewhispererChat'
4646
import { activate as activateAmazonqLsp } from './lsp/activation'
4747
import { hasGlibcPatch } from './lsp/client'
48-
import { activateAutoDebug } from './lsp/autoDebug/activation'
48+
import { activateAutoDebug } from './lsp/chat/autoDebug/activation'
4949

5050
export const amazonQContextPrefix = 'amazonq'
5151

packages/amazonq/src/lsp/chat/activation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { activate as registerLegacyChatListeners } from '../../app/chat/activati
1717
import { DefaultAmazonQAppInitContext } from 'aws-core-vscode/amazonq'
1818
import { AuthUtil, getSelectedCustomization } from 'aws-core-vscode/codewhisperer'
1919
import { pushConfigUpdate } from '../config'
20-
import { AutoDebugLspClient } from '../autoDebug/lsp/autoDebugLspClient'
20+
import { AutoDebugLspClient } from './autoDebug/lsp/autoDebugLspClient'
2121

2222
export async function activate(languageClient: LanguageClient, encryptionKey: Buffer, mynahUIPath: string) {
2323
const disposables = globals.context.subscriptions

0 commit comments

Comments
 (0)