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 009258c commit ec983e8Copy full SHA for ec983e8
packages/amazonq/src/lsp/client.ts
@@ -93,7 +93,9 @@ export async function startLanguageServer(
93
customization,
94
optOutTelemetry: getOptOutPreference() === 'OPTOUT',
95
projectContext: {
96
- enableLocalIndexing: true,
+ enableLocalIndexing: vscode.workspace
97
+ .getConfiguration()
98
+ .get('amazonQ.workspaceIndex'),
99
},
100
101
]
0 commit comments