A couple of issues recently

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

  1. I think since 2.4 I am noticing that I see this “extension host is not running” a lot when I open up Cursor.

  2. Today I am not able to see diffs after agent made changes

  3. Overall Cursor feels laggy when agent is making changes (this started on 2.5)

  4. On 2.4 I started getting an error in agent’s terminal that I had fix by upgrading to powershell 7, but it seems like we have another error right now

Steps to Reproduce

They all are pretty easy to reproduce on my side

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.5.17 (system setup)
VSCode Version: 1.105.1
Commit: 7b98dcb824ea96c9c62362a5e80dbf0d1aae4770
Date: 2026-02-17T05:58:33.110Z
Build Type: Stable
Release Track: Default
Electron: 39.3.0
Chromium: 142.0.7444.265
Node.js: 22.21.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. I’ll go through each item:

  1. “Extension host is not running”
    A few things to try:
  • Run from the command line with cursor --disable-extensions , does the error still show up?
  • Open Help > Toggle Developer Tools > Console before the error happens, then share any red errors you see there
  • Try deleting the state database: %APPDATA%\Cursor\User\globalStorage\state.vscdb (you’ll need to sign in again after this, so please back it up first)
  1. Diffs don’t show after the agent makes changes
    This is a known issue in 2.5.x. A lot of users have reported it. Main thread here: Only some diffs are shown when agent makes changes

The team is aware. For now, please use the Review button in the chat panel to see all changes. It’s not perfect, but it works as a temporary workaround.

  1. Delays and lag while the agent is making changes
    To narrow it down:
  • How big is your project (rough number of files)?
  • Ctrl+Shift+P > Developer: Open Process Explorer, what uses the most CPU or memory when the lag happens?
  • Do you have a lot of extensions installed?
  1. Terminal errors (PowerShell / sandbox)
    I can see errors in your screenshot: sandbox: warning - direct egress blocking is best-effort on Windows, a symlink error, and Cannot bind argument to parameter 'Command' because it is an empty string. This is a known issue with sandbox on Windows plus PowerShell. A similar issue is described here: Cannot run any commands due to sandbox on windows in 2.5

Workaround:

  1. Cursor Settings Ctrl+Shift+J
  2. Agents > Auto-Run in Sandbox > turn it off
  3. Agents > Legacy Terminal Tool > turn it on
  4. Ctrl+Shift+P > Terminal: Kill All Terminals
  5. Fully restart Cursor

Commands will ask for confirmation instead of auto-running, but they should run without sandbox errors.

Let me know how it goes.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.