Skip to content

Commit 685db1a

Browse files
fix(amazonq): fix re-direct of /review action
1 parent 9819471 commit 685db1a

File tree

1 file changed

+2
-0
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/aws

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ data class ChatOptions(
1515
val export: Boolean,
1616
val mcpServers: Boolean,
1717
val reroute: Boolean,
18+
val codeReviewInChat: Boolean,
19+
val displayFindings: Boolean,
1820
val showLogs: Boolean,
1921
)
2022

0 commit comments

Comments
 (0)