Skip to content

Commit 0bdd5a3

Browse files
committed
fix duplicated autoDebugLspClient files issue
1 parent 6ef9ff3 commit 0bdd5a3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/amazonq/src/autoDebug/activation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import { LanguageClient } from 'vscode-languageclient'
77
import { getLogger } from 'aws-core-vscode/shared'
8-
import { AutoDebugLspClient } from './autoDebugLspClient'
8+
import { AutoDebugLspClient } from './autoDebugLspClientUtil'
99

1010
const logger = getLogger('amazonqLsp')
1111

packages/amazonq/test/e2e/autoDebug/autoDebugIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import * as assert from 'assert'
77
import * as vscode from 'vscode'
88
import * as sinon from 'sinon'
9-
import { AutoDebugLspClient } from '../../../src/autoDebug/autoDebugLspClient'
9+
import { AutoDebugLspClient } from '../../../src/autoDebug/autoDebugLspClientUtil'
1010

1111
/**
1212
* Integration test for AutoDebug → LSP Server flow

0 commit comments

Comments
 (0)