Check mark doesn't appear in IDE

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

In extensions like Github Pull Requests, when you go to create a new issue, there is a check mark that usually would appear to complete the action. In cursor, I don’t see that check mark.

Another example is when leaving an empty commit message and pressing commit. This shows a temp file that would usually show a check mark in the IDE to save the message.

Steps to Reproduce

  1. Make changes in any repository
  2. Go to Source Control tab
  3. Stage changes
  4. Press Commit button without entering a message

Look at top right of window and see that there is no check mark.

Expected Behavior

Check mark should be present for entering message in COMMIT_EDITMSG and in NewIssue.md.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.50
VSCode Version: 1.105.1
Commit: 56f0a83df8e9eb48585fcc4858a9440db4cc7770
Date: 2025-12-06T23:39:52.834Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Thanks for the report. Can you please check if you’re still facing this issue on the latest version?
You can get the latest version from Download · Cursor

Thanks for the reply Sanjeed, and yes this issue still persists on the lastest version

Version: 2.2.44
VSCode Version: 1.105.1
Commit: 20adc1003928b0f1b99305dbaf845656ff81f5d0
Date: 2025-12-24T21:41:47.598Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0

I did notice that the accept is in the dropdown which is new so is that intended? Because I hadn’t noticed that before?

This is what VSCode shows for reference

Also, when creating an issue, the Command Enter command to create the issue only works when you have the dropdown open…

Good catch finding the action in the dropdown! That appears to be the current behavior - editor actions like “Accept Commit Message” are accessible via the dropdown menu in the top-right corner.

If you’d prefer to have certain icons visible directly in the toolbar, you can try right-clicking on the toolbar area or using “Configure Icon Visibility” (visible in your screenshot) to customize which actions appear prominently vs in the dropdown.

Let me know if that helps or if you’re looking for a different solution!

1 Like

Thank you! That is exactly what I was looking for

1 Like