Describe the Bug
Can’t open specific folder of my SSH server
Steps to Reproduce
Can’t open specific folder of my SSH server. Other folder can open.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
版本: 1.1.3 (user setup)
提交: 1.96.2
日期: 979ba33804ac150108481c14e0b5cb970bda3260
Electron: 2025-06-15T06:55:04.603Z
ElectronBuildId: 34.5.1
Chromium: undefined
Node.js: 132.0.6834.210
V8: 20.19.0
OS: 13.2.152.41-electron.0
Hi @elohimarthure, thanks for sharing this issue.
Could you try doing a clean uninstall / reinstall of Cursor? This will wipe all state but should resolve this issue – it looks like restoring the editor state is causing the editor to crash. Please see these docs for instructions: Cursor – Common Issues
I tried, but it doesn’t works. I move the folder to other path and be fine now. However, I make a same name but empty folder in the same path, Cursor will be bugged again, I don’t know why. By the way, after I reinstall Cursor, I can’t install extension from server.
Hi @elohimarthure, on your remote machine, could you also wipe the ~/.cursor-server and ~/.cursor directories? There might be some state still in there.
After reinstalling Cursor, the SSH extension is available in the marketplace:
I can install Python(Cursor Pyright) now, but I think there is something wrong with this extension. My code can run and has no wrong, but pyright show some wrong to fix.
Hi @elohimarthure, you can change the cursorpyright.analysis.typeCheckingModesetting to “off” to hide all errors.