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
132 stars 23 forks source link

Save before deploy #143

Closed ondrejruzicka closed 6 years ago

ondrejruzicka commented 6 years ago

Hi, would it be possibe to have option, which checks if the file to deploy is saved? And if not it would be automatically saved and then deployed.

SFTP plugin for ST has the same here: https://wbond.net/sublime_packages/sftp/settings#setting-save_before_upload

Thanks

mkloubert commented 6 years ago

@ondrejruzicka

This is a good feature for the new extension vscode-deploy-reloaded.

I will implement it there.

mkloubert commented 6 years ago

@ondrejruzicka

The feature is available since version 0.53.0 of vscode-deploy-reloaded now ... it is activated by default, you do not need to setup anything.