Skip to content

Commit 42a02e6

Browse files
committed
fix(amazonq): enable local context for falcon
1 parent 59fc729 commit 42a02e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/amazonq/src/lsp/client.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ export async function startLanguageServer(
9292
customization,
9393
optOutTelemetry: getOptOutPreference() === 'OPTOUT',
9494
projectContext: {
95-
enableLocalIndexing: CodeWhispererSettings.instance.isLocalIndexEnabled(),
95+
// TODO: we might need another setting to control the actual indexing
96+
enableLocalIndexing: true,
9697
enableGpuAcceleration: CodeWhispererSettings.instance.isLocalIndexGPUEnabled(),
9798
indexWorkerThreads: CodeWhispererSettings.instance.getIndexWorkerThreads(),
9899
localIndexing: {

0 commit comments

Comments
 (0)