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.
2 parents bad5e40 + c97740e commit a246988Copy full SHA for a246988
packages/amazonq/src/lsp/client.ts
@@ -338,6 +338,8 @@ function getConfigSection(section: ConfigSection) {
338
includeSuggestionsWithCodeReferences:
339
CodeWhispererSettings.instance.isSuggestionsWithCodeReferencesEnabled(),
340
shareCodeWhispererContentWithAWS: !CodeWhispererSettings.instance.isOptoutEnabled(),
341
+ includeImportsWithSuggestions: CodeWhispererSettings.instance.isImportRecommendationEnabled(),
342
+ sendUserWrittenCodeMetrics: true,
343
},
344
]
345
case 'aws.logLevel':
0 commit comments