Skip to content

Commit dbde23c

Browse files
fix: add case sensitivity mention to suggested fixes in apply_diff error message (#6076)
Co-authored-by: Roo Code <[email protected]>
1 parent 5629199 commit dbde23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/tools/multiApplyDiffTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Diff ${i + 1} failed for file: ${relPath}
451451
Error: ${failPart.error}
452452
453453
Suggested fixes:
454-
1. Verify the search content exactly matches the file content (including whitespace)
454+
1. Verify the search content exactly matches the file content (including whitespace and case)
455455
2. Check for correct indentation and line endings
456456
3. Use <read_file> to see the current file content
457457
4. Consider breaking complex changes into smaller diffs

0 commit comments

Comments
 (0)