We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef9ff3 commit 0bdd5a3Copy full SHA for 0bdd5a3
packages/amazonq/src/autoDebug/activation.ts
@@ -5,7 +5,7 @@
5
6
import { LanguageClient } from 'vscode-languageclient'
7
import { getLogger } from 'aws-core-vscode/shared'
8
-import { AutoDebugLspClient } from './autoDebugLspClient'
+import { AutoDebugLspClient } from './autoDebugLspClientUtil'
9
10
const logger = getLogger('amazonqLsp')
11
packages/amazonq/src/autoDebug/autoDebugLspClient.ts renamed to packages/amazonq/src/autoDebug/autoDebugLspClientUtil.ts
packages/amazonq/test/e2e/autoDebug/autoDebugIntegration.test.ts
@@ -6,7 +6,7 @@
import * as assert from 'assert'
import * as vscode from 'vscode'
import * as sinon from 'sinon'
-import { AutoDebugLspClient } from '../../../src/autoDebug/autoDebugLspClient'
+import { AutoDebugLspClient } from '../../../src/autoDebug/autoDebugLspClientUtil'
/**
12
* Integration test for AutoDebug → LSP Server flow
0 commit comments