Cursor editor shows incorrect Git change indicators in editor gutter, but VSCode and git diff show correct changes
Summary Cursor editor displays incorrect Git change indicators in the gutter for a file with a case-only rename on MacOS, while VSCode and git diff show the correct status. The issue persists despite reloading the window or refreshing Source Control. Root Cause The root cause is Git’s case-insensitive handling on MacOS, which was fixed in … Read more