Skip to content

Commit 8572bcb

Browse files
ashishrp-awsrli
authored andcommitted
Fix for Code Fix issue description.
1 parent 81cb27e commit 8572bcb

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/AmazonQCodeFixSession.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class AmazonQCodeFixSession(val project: Project) {
9696
val createCodeFixResponse = createCodeFixJob(
9797
sourceZipUploadResponse.uploadId(),
9898
issueRange,
99-
issue.description.toString(),
99+
issue.recommendation.text,
100100
codeFixName,
101101
issue.ruleId
102102
)

0 commit comments

Comments
 (0)