Are you sure Cursor 2.1 really running VS Code 1.105?

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

With the Cursor 2.1 release, the underlying VS Code version is supposedly updated to 1.105. However, it doesn’t seem to actually be based on 1.105 – it feels much closer to 1.99.

For example, features that have been available in VS Code since 1.101, such as file listings for individual commits in the Git Graph view (as described here: View files in Source Control Graph view ), are still missing in Cursor. Similarly, quick diff decorations for staged changes, introduced in VS Code 1.100, are also not present.

This makes me wonder: was there an issue during the update, or is the version bump more symbolic to maintain extension compatibility rather than a proper VS Code upgrade? These features are quite important for my workflow, so I’d appreciate clarification on whether Cursor is truly updated to 1.105.

Steps to Reproduce

Step 1: Open the source control changes tab.
Step 2: In the graph view, click any commit message.
Step 3: See it directly opens all the changes in a multi-buffer view.

Expected Behavior

Expecting to see a list of files at step 3 instead of opening them all at once.

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.34
VSCode Version: 1.105.1
Commit: 609c37304ae83141fd217c4ae638bf5321856500
Date: 2025-11-25T16:35:52.391Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

2 Likes

In the changelog you have

“VS Code Extension API upgraded to v1.105.1.”

so I hope that clears up any doubts (it’s fake vs version).

1 Like

I never noticed the “extension” part, this explains everything.

I would still love Cursor team to update the UI-related components as well, that’d be really awesome since some changes are really nice to have, especially git graph stuff I mentioned.

4 Likes

Thanks for the feedback, I’ve passed it on to the team.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.