Skip to content

Commit 37022d1

Browse files
authored
feat(codewhisperer): mention IdC behavior in settings description #4329
Problem CW Professional users are not clear that the allow reference setting is controlled by admin. Solution Mention this in the settings description and link to the docs.
1 parent 6b517ff commit 37022d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
},
253253
"aws.codeWhisperer.includeSuggestionsWithCodeReferences": {
254254
"type": "boolean",
255-
"description": "%AWS.configuration.description.codewhisperer%",
255+
"markdownDescription": "%AWS.configuration.description.codewhisperer%",
256256
"default": true
257257
},
258258
"aws.codeWhisperer.importRecommendation": {

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"AWS.configuration.description.awssam.debug.snippets.api.description": "A new configuration for invoking an AWS Lambda in a CloudFormation template, simulating API Gateway",
7171
"AWS.configuration.description.awssam.debug.snippets.api.label.cn": "Amazon SAM: API Gateway lambda invoke",
7272
"AWS.configuration.description.awssam.debug.snippets.api.description.cn": "A new configuration for invoking an Amazon Lambda in a CloudFormation template, simulating API Gateway",
73-
"AWS.configuration.description.codewhisperer": "When checked, CodeWhisperer will include suggestions with code references",
73+
"AWS.configuration.description.codewhisperer": "When checked, CodeWhisperer will include suggestions with code references. If you authenticate through IAM Identity Center, this setting is controlled by your CodeWhisperer Professional administrator. [Learn More](https://docs.aws.amazon.com/codewhisperer/latest/userguide/code-reference.html#opt-out-code-reference)",
7474
"AWS.configuration.description.codewhisperer.shareCodeWhispererContentWithAWS": "When checked, your content processed by CodeWhisperer may be used for service improvement (except for content processed by the Enterprise CodeWhisperer service tier). Unchecking this box will cause AWS to delete any of your content used for that purpose. The information used to provide the CodeWhisperer service to you will not be affected. See the [Service Terms](https://aws.amazon.com/service-terms) for more detail.",
7575
"AWS.configuration.description.codewhisperer.importRecommendation": "CodeWhisperer will add import statements with code suggestions when necessary",
7676
"AWS.command.apig.copyUrl": "Copy URL",

0 commit comments

Comments
 (0)