Title: Request for Solution: “The window is not responding” Popup & System Slowdown in VS Code after Installing Cursor
Post:
Hello,
Initially, after signing up and installing Cursor, everything worked fine with the layout—folder explorer on the left, source code editor in the center, and chat panel on the right (I also have a question about a shortcut to pin the chat panel). However, starting from the next day, when editing source code in VS Code—especially when taking a long time to type in the input area or pasting text from Notepad—the “The window is not responding” popup appears repeatedly, causing the entire system to slow down considerably. The popup text is identical to the attached image.
I am currently in the process of reinstalling Cursor to resolve the issue. Any advice on how to fix this and whether there’s a shortcut key to pin the chat panel would be greatly appreciated.
Thank you.
Same issue, I noticed the Cursor Tab is the problem. I tried to close the tab before it’s loading and the editor would be fine. But it keeps not responding after I open the Cursor Tab.
I don’t have tabs open and it still gives me the error. Opening the project in VSCode and running it, seems to work. after that I can open it in cursor again. Quite the Irony. Can someone else try this?
Hey there, it seems to be related to the chat history or a broken index in the codebase. The workaround I used was to rename the folder. You can add an underscore at the end of the folder name using the file explorer. Once that’s done, open the renamed folder. This should remove the broken reference and allow you to recover your changes. If possible, commit your changes to a branch, then delete the local folder and clone the repo again. @Renan@iamkarthik@jdnricardo@fyfirman@AgnieszkaUzarek@nyambe
Is there any way to remove the cursor history for specific folder manually? I used cursor for remote server, committing server files is not good choice. @ivanba-arch
I’ve tested it on my Mac. If you try it on another OS, please let me know whether it works or not.
All you have to do is run the app with Python, find the project you were working on, and delete it. You can also delete everything at once if you prefer.
This will only delete your chat history—the code and any changes you’ve made will be safe.
Make sure the IDE is completely closed before doing this. Afterward, reopen it, and the issue should be fixed.