Skip to content

Commit 9b37da8

Browse files
Merge master into feature/LSP-gamma
2 parents 6c34bc3 + c97740e commit 9b37da8

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)