liximomo/vscode-sftp

Upload Changed Files based on local file timestamp rathern than Git commit timestamp

cdcilley opened this issue · 0 comments

Is this a similar or duplicate feature request?

  • I don't know. I will go check it.
  • No.

Is your feature request related to a problem? Please describe.
I don't use Git and would like to just have all the files on my local dev machine that are new or newer than the files on the remote server to get uploaded.

Describe the solution you'd like
Add an option for "Upload Changed" to either be "Git" (default) or "Local"

Describe alternatives you've considered
I've tried using Sync Local -> Remote but that uploads any files with different timestamps (rather than comparison for newer) which, by default, means pretty much every local file.

(I just migrated to VSCode from another IDE. So far I'm liking SFTP. Should it prove as useful as hoped, I'll definitely donate!)

Does this project help you?