You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/settings/CodeWhispererSettings.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,10 @@ class CodeWhispererSettings : PersistentStateComponent<CodeWhispererConfiguratio
118
118
classCodeWhispererConfiguration : BaseState() {
119
119
@get:Property
120
120
val value by map<CodeWhispererConfigurationType, Boolean>()
121
+
121
122
@get:Property
122
123
val intValue by map<CodeWhispererIntConfigurationType, Int>()
124
+
123
125
@get:Property
124
126
val stringValue by map<CodeWhispererStringConfigurationType, String>()
0 commit comments