Skip to content

Commit ba3cb74

Browse files
committed
customization field
1 parent b0c1cdf commit ba3cb74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspConfiguration.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ data class AmazonQLspConfiguration(
1111

1212
@SerializedName(AmazonQLspConstants.LSP_ENABLE_TELEMETRY_EVENTS_CONFIGURATION_KEY)
1313
val enableTelemetryEvents: Boolean? = null,
14+
15+
@SerializedName(AmazonQLspConstants.LSP_CUSTOMIZATION_CONFIGURATION_KEY)
16+
val customization: String? = null
1417
)

0 commit comments

Comments
 (0)