慕哥9229398
我的刚好和你情况相反,我想保存时自动上传,但实现不了。我把配置贴下边你看看吧{"remotePath":"/home/****/code/ftp_server/oi_work","host":"0.0.0.0",##我的IP"username":"******",##用户名"password":"****",##登陆密码"port":22,"secure":false,"protocol":"sftp","uploadOnSave":true,"passive":false,"debug":false,"privateKeyPath":null,"passphrase":null,"agent":null,"allow":[],"ignore":["\\.vscode","\\.git","\\.DS_Store"],"generatedFiles":{"extensionsToInclude":[""],"path":""}}
倚天杖
我也遇到的同样的问题。无论怎么设置,ctrl+s都会自动同步。刚开始安装上这个插件还是可以的,改成true之后,再改回false就不行了。debug那个也是,开始可以,后来由false改成true就无效了。我的配置如下`{"remotePath":"xxx","host":"xxx","username":"xxx","password":"xxx","port":21,"secure":false,"protocol":"ftp","uploadOnSave":false,"passive":false,"debug":true,"privateKeyPath":null,"passphrase":null,"agent":null,"allow":[],"ignore":["\\.vscode","\\.git","\\.DS_Store"],"generatedFiles":{"extensionsToInclude":[""],"path":""}}`