Skip to content

Commit a246988

Browse files
Merge master into feature/logs
2 parents bad5e40 + c97740e commit a246988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ function getConfigSection(section: ConfigSection) {
338338
includeSuggestionsWithCodeReferences:
339339
CodeWhispererSettings.instance.isSuggestionsWithCodeReferencesEnabled(),
340340
shareCodeWhispererContentWithAWS: !CodeWhispererSettings.instance.isOptoutEnabled(),
341+
includeImportsWithSuggestions: CodeWhispererSettings.instance.isImportRecommendationEnabled(),
342+
sendUserWrittenCodeMetrics: true,
341343
},
342344
]
343345
case 'aws.logLevel':

0 commit comments

Comments
 (0)