Revert or overwrite does not tell you what file it is asking about

Describe the Bug

The pop-up asking you whether to revert oroverwrite doesn’t tell you the file name.

Steps to Reproduce

have AI make a change to a file that you forgot to save

Expected Behavior

it should tell me the name of the file it is asking about

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.4.37 (user setup)
VSCode Version: 1.105.1
Commit: 7b9c34466f5c119e93c3e654bb80fe9306b6cc70
Date: 2026-02-12T23:15:35.107Z
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.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. I can see the screenshot, and yeah, the popup doesn’t show which file it refers to, and that’s really inconvenient.

This is a known issue with that dialog. The team is aware. There’s no specific ETA yet, but your report helps with prioritization.

For context, here’s what the buttons do:

  • Overwrite: saves the editor version over the version on disk
  • Revert: discards editor changes and reloads the version from disk (the one the agent wrote)

If the popup appeared after the agent changed a file that had unsaved edits, you usually want Revert.

Let me know if you have any questions.