Skip to content

Commit 51f72b0

Browse files
fix(amazonq): change findings suffix to make it more precise
1 parent 983a87d commit 51f72b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,4 +901,4 @@ export const predictionTrackerDefaultConfig = {
901901
maxSupplementalContext: 15,
902902
}
903903

904-
export const findingsSuffix = '_findings'
904+
export const findingsSuffix = '_qCodeScanFindings'

0 commit comments

Comments
 (0)