Git Diff Change Indicator Not Displayed

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Git Diff Change Indicator Not Displayed

Steps to Reproduce

Open a Git-tracked project in Cursor

Modify a file by:

Adding multiple lines

Removing a few existing lines

Open Source Control or view the file diff

Observe the file or diff header area

Expected Behavior

The Git diff change indicator should be displayed

Example: +1088 -10

Indicator should clearly show:

Number of lines added

Number of lines removed

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.4.28 (user setup)
VSCode Version: 1.105.1
Commit: f3f5cec40024283013878b50c4f9be4002e0b580
Date: 2026-02-03T00:56:18.293Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue

Check image, code changes gmailService but in diffrent that not showing , also in above i have mentioned antigvavity image that similar view in cursor have but after update that is missing .

Hey, thanks for the report. It looks like the changes in gmailService.js were left over from an agent in a previous chat, and they weren’t accepted or rejected.

The +X -Y stats only show up in the Review panel for agent changes made in the current session. Older unaccepted changes can get “stuck”, you can see the diff in the editor, but they don’t show up in Review with proper stats.

To fix this file:

  • Open gmailService.js
  • Accept or reject those changes to clear the stale state

After that, new agent changes should show up normally in the Review panel with stats.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.