There is a rendering issue for code blocks

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

when rendering the code blocks in chat responses those code blocks appear garbled.

Steps to Reproduce

there is no way i can reproduce that issue, i’ll share the screenshot

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.77 (user setup)
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0
Date: 2025-11-13T23:10:43.113Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

with all models i have faced this issue

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. The garbled code blocks in chat responses look unusual, so let’s try to debug this.

Please try these steps:

  • Fully restart Cursor: close and reopen the app to see if the issue persists
  • Check your font settings: open Settings CTRL+,, search for “font family” and change it to a different standard font, since the issue might be font-related
  • Test with extensions disabled: run cursor --disable-extensions from the command line to rule out extension conflicts
  • Try disabling GPU acceleration: launch with cursor --disable-gpu to check if this is a rendering issue

Also, please share:

  • Does this happen with all code blocks or only with specific programming languages?
  • A Request ID from the garbled chat (click the three dots in chat > Copy Request ID)
  • Which custom themes or extensions you have installed

Let me know what you find.

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