Skip to content

Commit 1e31ef2

Browse files
authored
refactor(amazonq): move local project context controller to shared (#972)
1 parent 63fd2dc commit 1e31ef2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

server/aws-lsp-codewhisperer/src/language-server/localProjectContext/localProjectContextServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { InitializeParams, Server, TextDocumentSyncKind } from '@aws/language-server-runtimes/server-interface'
22
import { AmazonQTokenServiceManager } from '../../shared/amazonQServiceManager/AmazonQTokenServiceManager'
33
import { TelemetryService } from '../../shared/telemetry/telemetryService'
4-
import { LocalProjectContextController } from './localProjectContextController'
4+
import { LocalProjectContextController } from '../../shared/localProjectContextController'
55
import { languageByExtension } from '../../shared/languageDetection'
66
import { AmazonQWorkspaceConfig } from '../../shared/amazonQServiceManager/configurationUtils'
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Logging, WorkspaceFolder } from '@aws/language-server-runtimes/server-interface'
22
import { dirname } from 'path'
3-
import { languageByExtension } from '../../shared/languageDetection'
3+
import { languageByExtension } from './languageDetection'
44
import type {
55
Chunk,
66
InlineProjectContext,

0 commit comments

Comments
 (0)