liximomo / vscode-sftp

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

When replacing one image locally then all images in folder are uploading #731

Open Titoratus opened 4 years ago

Titoratus commented 4 years ago

Watcher in sftp.config:

  "watcher": {
    "files": "*/**/*",
    "autoUpload": true,
    "autoDelete": false
  },

When I locally replace one image in a folder I want to upload only this image, but all are uploading.