Merge Editor unusable

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When resolving a Merge conflict in a file the merge editor button shows but it does not to react on click. The button does work in VSCode when resolving the identical merge conflict.

Steps to Reproduce

  1. create a merge conflict in a file
  2. open the file and try to click the merge editor button

Expected Behavior

The merge editor window should open

Operating System

MacOS

Version Information

IDE:
Version: 2.6.22 (Universal)
VSCode Version: 1.105.1
Commit: c6285feaba0ad62603f7c22e72f0a170dc8415a0
Date: 2026-03-27T15:59:31.561Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Additional Information

Visual Studio Code information:

Version: 1.113.0 (Universal)
Commit: cfbea10c5ffb233ea9177d34726e6056e89913dc
Datum: 2026-03-24T15:07:18+01:00
Electron: 39.8.3
ElectronBuildId: 13620978
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
Betriebssystem: Darwin arm64 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. A similar issue was already reported here Resolve in Merge editor does nothing and in that case it went away on its own after a day or two.

To help narrow it down, can you check a couple things:

  • Do you have any Git extensions installed like GitLens, Git Graph, etc? If yes, try disabling them and test again.
  • Open Developer Tools via Help > Toggle Developer Tools, reproduce the bug, then send any errors from the Console tab.
  • Is this a merge, rebase, or cherry-pick conflict?

If it’s still happening, share what the console shows and it’ll help us figure out the cause.

I just had the same thing happen to me today. But it worked immediately after, I had clicked a few things in the UI like closing the lower panel with the terminal windows, and then opening the Developer Tools as advised here. When I then clicked the “Merge Editor” button, the editor opened. So maybe it’s something with focus in the UI

Hey, thanks for flagging this. We’ve seen this workaround a couple times already, and yeah, it seems related to focus or the editor state.

A few quick questions so we can match this with other reports:

  • What file type was involved in the conflict, especially .md or other Markdown files?
  • What Cursor version are you on?
  • Was this a merge, rebase, or cherry-pick?

This is a bug on our side and we’re tracking it. No exact ETA for a fix yet. If it happens again, open Help > Toggle Developer Tools, reproduce it, and send any errors from the Console. That’ll help us confirm the cause.

Thanks also. One of the files with a conflict was an .md file, but the file I tried it on was a .ts file I’m pretty sure. It was a merge of both versions, and since it was the first time I had to this in Cursor, I couldn’t quite figure out how to do it (a good chance that’s totally on me). Being in a bit of a rush, I aborted and let the AI do the merge for me…

The Cursor version was 3.1.15-1776218801 (that’s the version on the Debian package).
When it happens next time, I’ll try again and I’ll immediately open Dev Tools to see if I get any errors.

Thanks for the details. This matches what we’re already seeing in other reports, especially the part about a .md file being in the conflict set. We’re tracking that scenario. There’s no ETA for a fix yet.

If you catch it happening again, a couple helpful things:

  • Open Help > Toggle Developer Tools before clicking, reproduce it, then share whatever shows up in the Console.
  • Let us know which file was active or focused at the moment of the click (.md or .ts), and whether anything opened at all when you clicked the .md.

Your note about focus and UI state is helpful too.