We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fc729 commit 42a02e6Copy full SHA for 42a02e6
packages/amazonq/src/lsp/client.ts
@@ -92,7 +92,8 @@ export async function startLanguageServer(
92
customization,
93
optOutTelemetry: getOptOutPreference() === 'OPTOUT',
94
projectContext: {
95
- enableLocalIndexing: CodeWhispererSettings.instance.isLocalIndexEnabled(),
+ // TODO: we might need another setting to control the actual indexing
96
+ enableLocalIndexing: true,
97
enableGpuAcceleration: CodeWhispererSettings.instance.isLocalIndexGPUEnabled(),
98
indexWorkerThreads: CodeWhispererSettings.instance.getIndexWorkerThreads(),
99
localIndexing: {
0 commit comments