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 574990e commit f07432bCopy full SHA for f07432b
packages/amazonq/src/lsp/client.ts
@@ -281,8 +281,7 @@ function getConfigSection(section: ConfigSection) {
281
customization: undefinedIfEmpty(getSelectedCustomization().arn),
282
optOutTelemetry: getOptOutPreference() === 'OPTOUT',
283
projectContext: {
284
- // TODO: we might need another setting to control the actual indexing
285
- enableLocalIndexing: true,
+ enableLocalIndexing: CodeWhispererSettings.instance.isLocalIndexEnabled(),
286
enableGpuAcceleration: CodeWhispererSettings.instance.isLocalIndexGPUEnabled(),
287
indexWorkerThreads: CodeWhispererSettings.instance.getIndexWorkerThreads(),
288
localIndexing: {
0 commit comments