Hey, it looks like this is an issue where the extension host hangs while initializing the agent, which causes ERROR_EXTENSION_HOST_TIMEOUT / deadline_exceeded. The team is aware and tracking it.
Here are a few things you can try:
-
Disable MCP servers
If you have them set up, turn them all off in Cursor Settings > Tools & MCP, then restart Cursor. MCP servers can cause the extension host to hang during init. -
Start without extensions
Run this in Terminal:/Applications/Cursor.app/Contents/MacOS/Cursor --disable-extensionsIf this helps, re-enable extensions one by one to find the problematic one.
-
Clear the databases (back up first):
- Fully quit Cursor
- Delete or rename the global DB:
~/Library/Application Support/Cursor/User/globalStorage/state.vscdb - You can also clear workspace data:
~/Library/Application Support/Cursor/User/workspaceStorage/{workspace hash} - Restart Cursor (you’ll need to sign in again)
-
If nothing helps
Try rolling back to a previous version: Download · Cursor.
Related reports and fixes:
- Agent-execution-time-out (accepted answer with direct download links)
- After last update, stuck at "Waiting for extension host"
Let me know what worked and what didn’t.