@sawongam On Linux the pattern is similar, but the workspaceStorage path is different. Try the same workaround:
- Fully close Cursor.
- Delete or back up
~/.config/Cursor/User/workspaceStorage/(you can remove the whole folder if you only have a few workspaces. Otherwise find the right one by checkingworkspace.jsonviagrep). - Reopen the project.
If it still doesn’t help, please share:
- Your Cursor version
Cursor > Aboutand your Arch build info (kernel and DE). - The last lines from
Output > Extension HostandOutput > Log (Window), especially anything withTIMEOUT,EMFILE, orextension host unresponsive. - Whether you use husky or lint-staged, big monorepos, lots of active file watchers, anything that could increase the number of open file descriptors.
We’re tracking this issue, but I can’t share an ETA for a fix yet.
@webdo Yep, this is the same family of Extension Host bugs. Thread #159314 Basic functionality completely broken: Git, Containers, Remote SSH is in the same category.