liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 257 forks source link

Strange results for CTRL+S #842

Open karenpayneoregon opened 3 years ago

karenpayneoregon commented 3 years ago

Do you read the FAQ?

Describe the bug Press CTRL+S to save a file and get

[10-16 14:55:35] [info] [file-save] c:\OED\WebProjects\MobileClaims\controllers\main.cfc [10-16 14:55:35] [info] local ➞ remote c:\OED\WebProjects\MobileClaims\controllers\main.cfc

I have remotePath in the config file set to an exiting server/path which if I use the same setting in the editor Aptana it works while here in VS Code no errors, only the two lines above in the output window.

To Reproduce Steps to reproduce the behavior:

  1. CTRL+S
  2. No errors, file not copied to remove server sub folder which exists see output

Expected behavior A clear and concise description of what you expected to happen.

Expect the local file changes to be copied to the remote server.

Screenshots N/A

Desktop (please complete the following information):

Extension Logs from Startup - required

  1. Open User Settings.

    • On Windows/Linux - File > Preferences > Settings
    • On macOS - Code > Preferences > Settings
  2. Set sftp.debug to true and reload vscode.
  3. Reproduce the problem, get the logs from View > Output > sftp.

[10-16 14:55:35] [info] [file-save] c:\OED\WebProjects\MobileClaims\controllers\main.cfc [10-16 14:55:35] [info] local ➞ remote c:\OED\WebProjects\MobileClaims\controllers\main.cfc