Thanks for the response! I was quite baffled by this error yesterday, and I tried switching back to regular VS Code, but VS Code had almost the same issue!
I ran the Networking checks in Cursor, and they were fine.
I think the problem ended up being that I had an enormous typescript error in one of my files that generated a huge error output message. I think that it might have overflowed a buffer somewhere and caused something to crash, and that caused “waiting for code actions…” messages to never disappear.
First, I set noTruncatedErrors=false in my tsconfig.json file, so that long errors get truncated. Then I fixed the typescript issue, and the problem went away.
Thanks for your help. I hope this thread helps someone else, too ![]()