liximomo / vscode-sftp

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

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

Open cdcilley opened 1 year ago

cdcilley commented 1 year ago

Is this a similar or duplicate feature request?

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?