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 2bcc168 commit f8004e8Copy full SHA for f8004e8
packages/core/src/codewhispererChat/tools/grepSearch.ts
@@ -151,7 +151,7 @@ export class GrepSearch {
151
152
// If updates is provided, write the processed output
153
if (updates) {
154
- updates.write(`\n\n(${totalMatchCount} matches found):\n\n`)
+ updates.write(`\n\n${totalMatchCount} matches found:\n\n`)
155
updates.write(sanitizedOutput)
156
}
157
0 commit comments