_workbench.openMultiDiffEditor ignore options.reveal

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

_workbench.openMultiDiffEditor ignore options.reveal

Preuve : dans workbench.desktop.main.js, le handler ne passe que multiDiffSource, resources, label
Attendu : comme VS Code upstream (reveal: { modifiedUri, range } → viewState.revealData)

Steps to Reproduce

Try to send a (widget.reveal(resource, { range })) into the multidiff tool => not working

It does work in VSCode tho

Expected Behavior

Same as VScode, scroll to the expected range

Operating System

Windows 10/11

Version Information

Version: 3.12.17 (user setup)
VS Code Extension API: 1.128.0
Commit: 0fb762053c34788bb7760d5673f8a6d4c8589d50
Date: 2026-07-17T02:53:53.006Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi @Tomtomclancy Thanks for the detailed report. I reproduced this and confirmed that Cursor currently ignores the requested reveal target and opens the multi-diff view at the first resource instead.

We’ve recorded this internally. I don’t have a timeline or commitment to share, but your diagnosis is correct.