mkloubert / vs-deploy

Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-deploy
MIT License
131 stars 24 forks source link

(SFTP) deploy doesn't delete remote orphan files #87

Open ghost opened 7 years ago

ghost commented 7 years ago

i noticed the following issues (tested with SFTP):

basically, there is no orphans files management or something that would trigger a real sync "local to remote" (and vice versa).

mkloubert commented 7 years ago

@drakelovesbarbie

Thanks for the feature request!

Currently I work on the issue Can pull/download all files from target?.

I put this on my task list as next feature to implement.

alejandroivan commented 7 years ago

Actually, this feature should be more like "what to do with this orphan file?" rather than just deleting it. Pretty much what Aptana Studio (I don't know if it's an Eclipse or Aptana feature) did with its FTP Sync.