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.
1 parent 52e87d3 commit bc52b74Copy full SHA for bc52b74
jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererConstants.kt
@@ -44,7 +44,7 @@ object CodeWhispererConstants {
44
const val CODEWHISPERER_IDPOOL_ID = "us-east-1:70717e99-906f-4add-908c-bd9074a2f5b9"
45
46
object AutoSuggestion {
47
- const val SETTING_ID = "cwspr_autoSuggestionActivation"
+ const val SETTING_ID = "codewhisperer_autoSuggestionActivation"
48
const val ACTIVATED = "Activated"
49
const val DEACTIVATED = "Deactivated"
50
}
0 commit comments