Skip to content

Commit ec983e8

Browse files
committed
feat(amazonq): workspace indexing should use vscode setting
1 parent 009258c commit ec983e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ export async function startLanguageServer(
9393
customization,
9494
optOutTelemetry: getOptOutPreference() === 'OPTOUT',
9595
projectContext: {
96-
enableLocalIndexing: true,
96+
enableLocalIndexing: vscode.workspace
97+
.getConfiguration()
98+
.get('amazonQ.workspaceIndex'),
9799
},
98100
},
99101
]

0 commit comments

Comments
 (0)