Natizyskunk / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
373 stars 68 forks source link

Blacklist folders from auto upload on save #354

Closed joel-gennari closed 1 year ago

joel-gennari commented 1 year ago

Is your feature request related to a problem? Please describe. When I save files I don't want uploaded to my server, they currently upload due to sftp.

Describe the solution you'd like I would like to be able to indicate which folder or file I wanted ignored by the sftp extension. eg. Right click folder or file/ SFTP - Ignore - TRUE

Describe alternatives you've considered I've considered removing the folder entirely from the project, but don't want to run two projects when it could be solved by doing the above

Does this project help you? Yes. SFTP IS AWESOME!

Natizyskunk commented 1 year ago

@joel-gennari,

You should already be able to do that by adding the ignore parameter inside your sftp.json config file. You canf find more info here in the wiki.