Big Plan Files Crash Cursor

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Hi!

I have a large plan file in .cursor/plans/ directory:
Around 250K characters
Around 4500 lines

I’m unable to open the file because Cursor IDE crashes when I open the file (the window becomes unresponsive, and MacOS tells me that I can either keep waiting or close the application).

I’m assuming it’s related to the rendering functionality for plan files since it was slow, but now it just crashes when the plan file got larger.

Steps to Reproduce

Clone this repo and try to open this file in Cursor (it will render it automatically since it’s inside .cursor directory):

Expected Behavior

It should be rendered without an issue.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.4.37
VSCode Version: 1.105.1
Commit: 7b9c34466f5c119e93c3e654bb80fe9306b6cc70
Date: 2026-02-12T23:15:35.107Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 25.2.0

Does this stop you from using Cursor

Yes - Cursor is unusable (plan mode)

Hey, thanks for the report.

A few plan rendering crashes in Plan mode were fixed in recent 2.4.x updates, but those fixes clearly don’t cover a file this large. 250,000 characters is way above what the current plan renderer can handle reliably.

For now, you can try a couple of workarounds:

  • Rename the file extension from .plan.md to just .md so Cursor won’t trigger the special plan rendering, and you should at least be able to read and edit the raw content
  • Going forward, try splitting big plans into smaller, more focused files to stay under the rendering limit

Let me know if the rename trick works for you, and I’ll pass it along to the team.

1 Like

The workaround works to rename the extension of the file, thanks Dean!

It would be good if the renderer can deal with larger files in future since sometimes it might be better to have one plan file top down for specific tasks.

1 Like

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