Skip to content

Commit 583bccb

Browse files
committed
fix: Add @get:Property on autoBuildSetting field of CodeWhispererSettings
1 parent 603f629 commit 583bccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/settings/CodeWhispererSettings.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class CodeWhispererConfiguration : BaseState() {
153153
@get:Property
154154
val stringValue by map<CodeWhispererStringConfigurationType, String>()
155155

156+
@get:Property
156157
val autoBuildSetting by map<String, Boolean>()
157158
}
158159

0 commit comments

Comments
 (0)