I noticed that many vitest processes were never shut down - after trying out the new beta feature “Agent Window”. I think it may have more to do with the new “read only terminal” though. Have not tried debugging it, but the Cursor Custom Modes I’m using have instructions to run tests when I begin a new conversation in my “build mode” and it seems like those are never shut down. My version:
Then restart your electron apps, or better yet, your whole machine. Note that you won’t receive the “SMS” or “Mail” autofill popups for two-factor-auth codes, login codes, and similar, with this option disabled.
Of course, you can also disable the AutoFillHeuristicController just for Cursor by passing the path to your Cursor.app instance instead of globally (-g). I would strongly advise disabling it globally and seeing if that resolves the issue, though.
Alternatively, some have reported electron apps stop lagging in fullscreen mode.
I’m trying this right now and will report back with the results here
I also had to disable window shadows. This fixed the GPU lag on macOS 26 (Tahoe).
Both this and disabling the AutoFillHeuristicController were required to fix both issues in my case.
sed -i ‘’ ‘s/experimentalDarkMode:!0}/experimentalDarkMode:!0,hasShadow:false}/g’ /Applications/Cursor.app/Contents/Resources/app/out/main.js
Found here:
You can alternatively use any “Custom UI” extension which lets you change the electron window properties of vscode, and then disable window shadows through that.
As it stands, my issues were only on Tahoe and both upstream. Looking at other replies in this thread, not everyone is on Tahoe, so its safe to say those replies are talking about a different issue as I was. I figured I’d leave this update here anyways in case any Tahoe user runs into this issue & needs a fix now. It’ll probably be fixed by either Apple or Chromium soon