Sublime Forum

Windows, sshfs, and case sensitive folders

#1

I have installed Sublime Text on Windows 11, and I would like to use it to edit code in a directory on a Raspberry Pi. There are two directories that have the same spelling, but with different cases, e.g. case and Case, with identically named files in both directories - e.g. urls.py. I connected the folder via sshfs which worked fine - I can browse the directories and open files from either directory in notepad. However, when I try to open Case/urls.py, case/urls.py opens instead. If I try to open the directory in the side panel, it won’t open.

What can I do to get this to work? Sublime text should respect the directory case if the underlying filesystem does (sshfs).

I’m running build 4192.

0 Likes