Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
Will-ShaoHua committed Nov 13, 2025
commit 92971816398cbf36097b7902fa7d010af6fd58ec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class EditsSuggestionSvg {
// For cursorChangeListener to access
this.startLine = startLine

// TODO: To investigate why it fails and patch [generateDiffSvg]
if (newCode.length === 0) {
this.logger.warn('not able to apply provided edit suggestion, skip rendering')
return
Expand Down