suntobright / vscode-sftp

Edit remote Linux files directly in VS Code.
MIT License
15 stars 6 forks source link

disable autosave #23

Open phpdevelopernk-git opened 4 years ago

phpdevelopernk-git commented 4 years ago

Is there any way to disable autosave , each time i am typing in any single char , its saving on server , this seems wrong and bad, there should be a option to save on demand and developer want to upload it. like "autoUpload": false, "uploadOnSave": true etc .