Skip to content

Commit 05ee6cb

Browse files
author
Yuriy Bezsonov
committed
update infrastructure
1 parent 8a26429 commit 05ee6cb

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

infra/scripts/ide/code-editor.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,16 @@ configure_code_editor_settings() {
151151
"aws.suppressPrompts": {
152152
"codeWhispererNewWelcomeMessage": true,
153153
"codeWhispererConnectionExpired": true,
154-
"amazonQWelcomeMessage": true
154+
"amazonQWelcomeMessage": true,
155+
"amazonQInstall": true,
156+
"cloudformationTelemetry": true,
157+
"telemetryToolkit": true
155158
},
156159
"amazonQ.showWalkthrough": false,
157160
"aws.codeWhisperer.shareCodeWhispererContentWithAWS": false,
158-
"aws.cloudformation.telemetry": false
161+
"aws.cloudformation.telemetry": false,
162+
"aws.experiments": {},
163+
"aws.toolkit.telemetry.metricOptOut": true
159164
}
160165
EOF
161166

0 commit comments

Comments
 (0)