Skip to content

Commit bc52b74

Browse files
authored
[CodeWhisperer] modify cwspr_autoSuggestionActivation setting ID to get align with exact same namespace in telemetry (#3274)
1 parent 52e87d3 commit bc52b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object CodeWhispererConstants {
4444
const val CODEWHISPERER_IDPOOL_ID = "us-east-1:70717e99-906f-4add-908c-bd9074a2f5b9"
4545

4646
object AutoSuggestion {
47-
const val SETTING_ID = "cwspr_autoSuggestionActivation"
47+
const val SETTING_ID = "codewhisperer_autoSuggestionActivation"
4848
const val ACTIVATED = "Activated"
4949
const val DEACTIVATED = "Deactivated"
5050
}

0 commit comments

Comments
 (0)