liximomo / vscode-sftp

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

syncOption delete not working as expected #855

Closed coldpumpkin closed 3 years ago

coldpumpkin commented 3 years ago

Is this still maintained?

Using "syncOption": { "syncOption.delete": true },

When syncing local > remote for example, it's supposed to delete files on remote that don't exist on local, am I correct? Because it's not working.

JustBertC commented 3 years ago

Bit late but using this works: "syncOption": { "delete": true },

coldpumpkin commented 3 years ago

Seems to be working great, thank you!