suntobright / vscode-sftp

Edit remote Linux files directly in VS Code.
MIT License
14 stars 6 forks source link

Wrong filename case sensitivity #28

Open jhoulu opened 3 years ago

jhoulu commented 3 years ago

My local is mac and remote is linux.

I first created a file named swipeHandler.h locally and saved in vscode. I saw the remote file was correctly created with the correct filename.

Then I renamed swipeHandler.h -> swipehandler.h in vscode and saved it again. Then I saw it was saved in swipeHandler.h in the remote server, but no swipehandler.h was created.

I tried upload the whole project and this creates swipehandler.h correctly. However, if I only save the file without typing the command in the command palette, It is always saved in the wrong file: [04-02 17:12:13] [info] [file-save] /path/swipeHandler.h

Removing and recreating the file didn't make a difference.