Skip to content

Commit 4903059

Browse files
Merge master into feature/hybridChat-local
2 parents c01b4d7 + c97740e commit 4903059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/amazonq/src/lsp/client.ts

+2
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ function getConfigSection(section: ConfigSection) {
333333
includeSuggestionsWithCodeReferences:
334334
CodeWhispererSettings.instance.isSuggestionsWithCodeReferencesEnabled(),
335335
shareCodeWhispererContentWithAWS: !CodeWhispererSettings.instance.isOptoutEnabled(),
336+
includeImportsWithSuggestions: CodeWhispererSettings.instance.isImportRecommendationEnabled(),
337+
sendUserWrittenCodeMetrics: true,
336338
},
337339
]
338340
case 'aws.logLevel':

0 commit comments

Comments
 (0)