Issue: Cursor Apply Not Working on Jupyter Notebooks (Error: Stream Took Too Long)

I’ve encountered an issue when using Cursor’s apply function on Jupyter Notebook (.ipynb) files. When I attempt to apply changes, I receive the error: “Cpp: error when triggering from source line_change Error: stream took too long.” The error trace references workbench.desktop.main.js and functions like Cdi.streamCpp and Cdi.fireCppSuggestionFromTrigger. Interestingly, this issue only occurs with .ipynb files—when I use the apply function on TypeScript (.ts) and Python (.py) files, it works fine. I’ve tried restarting Cursor and updating to the latest version, but the issue persists. It seems like the model might be timing out due to how Jupyter Notebooks are structured (JSON format) or how Cursor processes them. Has anyone else experienced this? Could this be a bug in Cursor’s handling of structured files like .ipynb? Any insights or potential workarounds would be greatly appreciated!