liximomo / vscode-sftp

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

本地的文件 删除掉同步后 服务器上的文件还在 是为啥呢 用户是root #868

Open dancheng99 opened 3 years ago

dancheng99 commented 3 years ago

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

本地的文件 删除掉同步后 服务器上的文件还在
chenyekun1 commented 3 years ago

"syncOption": {"delete": true} this setting may resolve your problem.