liximomo / vscode-sftp

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

Watcher not working with certain folder #983

Open ArkhipovK opened 2 years ago

ArkhipovK commented 2 years ago

From some point of time (idk exactly when the bug had appeared) watcher ignores any changes in folder. No errors, nothing happens at all. Here is config

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

But when change config like this everything works again.

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

Win10, VSCode 1.64.1