Bug: v.3.17.9 Connected to remote > Open folder > Does not react on clicks to select folder; also OK button dead

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I’m unable to select the remote folder I want to work with. The folder selection dialog is not working - folders are listed but not opened on click. Also does not help if path is entered manually - the OK button is dead.

Does not work with any remote machine/any project.

The only workaround is
./cursor.AppImage --folder-uri “vscode-remote://ssh-remote+<CONNECTION_ID>/var/www/your-project”

Steps to Reproduce

Try to select remote (SSH) folder to work on.

Screenshots / Screen Recordings

Operating System

Linux

Version Information

IDE version 3.17.9

Does this stop you from using Cursor

No - Cursor works, but with this issue

Are you able to connect to the remote host via SSH, from outside Cursor, without issue?

Yes, I am able to connect to the server via other tools.

The problem is with any host in my list. The folder browser stopped working.

Yesterday everything was fine. Today I did the update to the latest version. I’ve reopened Cursor and noticed that the latest project I was working on is suddenly missing from the recent projects. So I’ve tried to reopen from the server again but I can’t get past the working folder selection. The only working element in the folder selection dialog is “..” to go one folder up but nothing else. This means I can go only one level up but never into existing directory.

I’ve tried with other projects/servers - same. I’ve dropped state.vscdb and related files - didn’t help.

The only workaround now is the one I mentioned before.

I can confirm this bug both on Mac and on Linux! The only way to open remote directory is to use shortcut of the recently opened or launching Cursor from CLI with parameter what remote dir to open. I’m running version 3.17.8.

edit: now I realised too double clicking is the actual problem

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Remote-SSH Open Folder / Open Project no longer lists subfolders (3.16.29 regression; 3.14.7 OK)
Bug appears in: Cursor IDE — Remote SSH, File → Open Folder / Open Project

After connecting via Remote-SSH, the folder picker no longer shows subfolders when I select a directory. The only way to open a subdirectory is to type the full path.

This is not a mount issue: the remote path is a normal local filesystem on the SSH host. The directory layout did not change. Open Folder and Open Project behave the same.

Downgrading Cursor to 3.14.7 fixes it completely on the same machine, same remote, same Remote-SSH extension.

Steps to Reproduce

Connect to a Linux host with Remote-SSH (Anysphere Remote SSH 1.1.14).
File → Open Folder (or Open Project).
Select a parent directory that contains subfolders (e.g. home or a projects directory).
Observe: no subfolders are listed.
Type the full path to a subdirectory and confirm — that folder opens.
Downgrade to Cursor 3.14.7 and repeat steps 2–4 — subfolders are listed again.

Expected Behavior

Selecting a folder in Open Folder / Open Project should list its subdirectories so they can be browsed and opened, as in 3.14.7.

Actual Behavior

The picker shows no subfolders. Opening still works if the complete path is typed.

Operating System

Linux

Version Information

Client: Ubuntu 22.04.5 LTS
Remote: Rocky Linux 10.2 (Red Quartz), local filesystem (no NFS/FUSE/sshfs)

Version Information

Broken: Cursor 3.16.29
Working: Cursor 3.14.7
Remote-SSH: 1.1.14 (latest)

Additional Information

Cursor was unused for ~2 weeks; after that the client had updated and the bug appeared. No remote directory changes in that time.
Workaround is typing the full path, or staying on 3.14.7 with auto-update off.

Does this stop you from using Cursor

No - Cursor works, but with this issue

Thanks for the reports everybody. Something does seem janky here.

Just to make sure we’re all talking about the same thing, in my testing:

  • If I single click on a folder, I can then click OK. If I double click, the OK button breaks.
  • If I use the return key, I’m able to select the folder and descend properly.

Does that match your experiences?

@Colin

Yes, I can confirm this behaviour.

  • double click on any folder name breaks the OK button
  • with a single click on a folder and clicking OK each time (like confirmation) I can enter the given folder
  • one last click on OK confirms the folder selection and works as usual then

Thanks @Dave_Rave for confirming! That matches what we’re seeing on our side. I’ve raised this with the team.

Until then, the workarounds are: single-click a folder then click OK to descend one level at a time, or type/paste the full folder path and press Enter, which still works. Avoid double-clicking folder rows for now.

Hey @Dave_Rave,

Quick update: a fix for the Open Folder dialog not descending when you click a folder has landed and will be included in an upcoming version of Cursor (3.19)

Until then, the workarounds above still apply (single-click the folder then OK to go down one level at a time, or paste the full path and press Enter).

Thanks again for the report and for confirming the details, and let me know if you still hit this after a future update.

cc @CDS @Marko_Domanovic