liximomo / vscode-sftp

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

[request] New option to ignore auto save, upload just on explicit save #784

Closed salembream closed 3 years ago

salembream commented 4 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. Not a problem but it's not very reasonable to have it, when I have auto save enabled in vscode, -I set it to 500ms- then this extension will spam the upload whenever I write any thing, as the auto save will be triggered every 500ms.

Describe the solution you'd like -to be backward compatible to old config files-, if a new option can be introduced, called "ignoreAutoSave" and defaults to false, then when enabled the upload will work only when I press "ctrl + s" but not when the file auto saved.

Describe alternatives you've considered If there is a alternative, please guide me, I am still new to VS-Code ecosystem.

Does this project help you?