Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
After I updated Cursor from version 3.1.17 to 3.2.11, it keeps getting stuck on several actions:
- Open a workspace: gets stuck on “Setting up workspace: Loading packages”
- Creating files: gets stuck on “Running ‘File Create’ participants…”
- Saving files: gets stuck on “Waiting for code actions from ‘Go’” (assuming I’m changing a .go file)
Cursor is technically usable, but practically unusable as it takes really long to save and edit files as well as requires manual cancelling of all actions by the IDE on these files.
Steps to Reproduce
The video recording showcases the bug reproduction.
- Open cursor with Prettier - Code formatter extension enabled.
- Create a main.go file
- Edit the main.go file
Note: I have no idea if this is actually some conflict with configurations, extensions, if it only happens with Go files, etc. This is my personal reproduction steps.
Fix (workaround):
- Disable Prettier - Code formatter
- Repeat steps 1-3 from reproduction.
Expected Behavior
All packages and extensions to be loaded.
Screenshots / Screen Recordings
Operating System
Linux
Version Information
Version: 3.2.16
VSCode Version: 1.105.1
Commit: 3e548838cf824b70851dd3ef27d0c6aae371b3f0
Date: 2026-04-28T21:07:47.682Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 41.3.0
Chromium: 146.0.7680.188
Node.js: 24.15.0
V8: 14.6.202.33-electron.0
OS: Linux x64 6.19.14-arch1-1
For AI issues: which model did you use?
N/A
For AI issues: add Request ID with privacy disabled
N/A
Additional Information
Issue started happening after I updated Cursor from version 3.1.17 to 3.2.11
This issue is specific to Cursor IDE, it does not happen in Visual Studio Code 1.117.0 (10c8e557c8b9f9ed0a87f61f1c9a44bde731c409, x64) with the same extension.
Workaround: disable prettier extension.
I have tried:
- Creating a new workspace
- Working outside of workspaces (opening folders individually)
- Downgrading Cursor IDE to 3.1.x
- Deleting extension caches:
$ rm -rf ~/.config/Cursor/CachedExtensions
$ rm -rf ~/.config/Cursor/CachedExtensionVSIXs
- Creating a new Cursor IDE profile entirely:
$ mv ~/.config/Cursor ~/.config/Cursor_bk
Does this stop you from using Cursor
No - Cursor works, but with this issue