We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use ftp-sync in Visual Studio Code, it's a great plugin and it solves a lot of my needs.
During use, I found some problems with ftp-sync:
uploadOnSave
.vscode/ftp-sync.json
This is the debug log:
9/3/2023 @ 8:42:54 > [sync-helper] uploading: time 9/3/2023 @ 8:42:54 > [sync-helper] connect
Here is my configuration file:
{ "remotePath": "vth/vth-notebook2/src", "host": "**secret**", "username": "**secret**", "password": "**secret**", "port": 22, "secure": false, "protocol": "sftp", "uploadOnSave": false, "passive": false, "debug": true, "privateKeyPath": null, "passphrase": null, "agent": null, "allow": [], "ignore": [ "\\.vscode", "\\.git", "\\.DS_Store", "\\.node_modules" ], "generatedFiles": { "extensionsToInclude": [ "" ], "path": "" } }
The text was updated successfully, but these errors were encountered:
Same issue with @Ackerven. It uploads automatically although I set "uploadOnSave": false, Using Ubuntu and VS latest version
"uploadOnSave": false,
Sorry, something went wrong.
No branches or pull requests
I use ftp-sync in Visual Studio Code, it's a great plugin and it solves a lot of my needs.
During use, I found some problems with ftp-sync:
uploadOnSave
to flase in.vscode/ftp-sync.json
, but it will still upload automatically when savingThis is the debug log:
Here is my configuration file:
The text was updated successfully, but these errors were encountered: