File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/core/src/amazonq Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55
6- import { ServiceOptions } from '../../shared'
6+ import { ServiceOptions } from '../../shared/awsClientBuilder '
77
88export abstract class FeatureClient {
99 public abstract getClient ( options ?: Partial < ServiceOptions > ) : Promise < any >
Original file line number Diff line number Diff line change 66import * as vscode from 'vscode'
77import { ToolkitError } from '../../shared/errors'
88import globals from '../../shared/extensionGlobals'
9- import { getLogger } from '../../shared/logger'
9+ import { getLogger } from '../../shared/logger/logger '
1010import { telemetry } from '../../shared/telemetry/telemetry'
1111import { VirtualFileSystem } from '../../shared/virtualFilesystem'
1212import { CodeReference , UploadHistory } from '../webview/ui/connector'
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import { VirtualMemoryFile } from '../../shared/virtualMemoryFile'
2121import { CodeWhispererSettings } from '../../codewhisperer/util/codewhispererSettings'
2222import { ZipStream } from '../../shared/utilities/zipStream'
2323import { isPresent } from '../../shared/utilities/collectionUtils'
24- import { AuthUtil } from '../../codewhisperer'
25- import { TelemetryHelper } from '../../amazonqFeatureDev '
24+ import { AuthUtil } from '../../codewhisperer/util/authUtil '
25+ import { TelemetryHelper } from '../util/telemetryHelper '
2626
2727export async function checkForDevFile ( root : string ) {
2828 const devFilePath = root + '/devfile.yaml'
You can’t perform that action at this time.
0 commit comments