Color decorators do not work for hex codes

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The following bug was solved in July this year in VScode, but Cursor still have it. I use typescript, but perhaps the issue appear in all languages.

Steps to Reproduce

Expected Behavior

color decorators should work for both hex colors and rgba colors

Screenshots / Screen Recordings

Screenshot from 2025-12-05 09-30-51

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.48
VSCode Version: 1.105.1
Commit: ce371ffbf5e240ca47f4b5f3f20efed084991120
Date: 2025-12-04T19:26:27.263Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.14.0-36-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey @TimoDavid,

I can confirm your suspicion. This fix hasn’t made it into Cursor yet.

While Cursor’s “About” dialog shows VSCode Version: 1.105.1, that currently refers to API compatibility, not the actual VSCode codebase.

We periodically merge upstream changes from VSCode, and the last merge was from version 1.99.3. So bug fixes made after that (including the hex color decorator fix from July) aren’t in Cursor yet.

This should be resolved when the next VSCode merge happens, but I don’t have an ETA for that!

1 Like

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