We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117fc15 commit 9b2a058Copy full SHA for 9b2a058
packages/core/src/codewhisperer/models/constants.ts
@@ -711,7 +711,7 @@ export const runSecurityScanButtonTitle = 'Run security scan'
711
export const crossFileContextConfig = {
712
numberOfChunkToFetch: 60,
713
topK: 3,
714
- numberOfLinesEachChunk: 50
+ numberOfLinesEachChunk: 50,
715
}
716
717
export const utgConfig = {
0 commit comments