lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 89 forks source link

ftp sync uploadOnSave #357

Open HeadStudios opened 2 years ago

HeadStudios commented 2 years ago

Just started using the extension.. it's awesome! It has great potential to save me from manually dragging to my Siteground account but... I have changed the flag uploadOnSave to true - however after saving a file it doesn't reflect on the remote server.

If I right click and select 'Ftp-sync: Upload File' it works... but I assumed it would trigger automatically when I save... do I have to do anything after updating that flag?

Thank yoU!

Hagbard235 commented 2 years ago

same here

djmarcosban commented 1 year ago

same here

lucashabersaat commented 1 year ago

Same here. However, it is due to this Vim extension I use. Disabling and enabling the Vim extension again resolves the issue somehow. At least for me.

davidsturman commented 1 year ago

Same here, and I don't have the VIM extension.

naurissteins commented 1 year ago

Same issue

alexandreJazara commented 1 year ago

My sync stop to work after some syncs

alexandreJazara commented 1 year ago

I discovered some more, if use automatic save and uploadOnSave is true, the connection auto upload stay freezy. I tried enable debug to true, but only showed of the message: 18/1/2023 @ 22:7:26 > [sync-helper] uploading: verificador-interno.php 18/1/2023 @ 22:7:26 > [sync-helper] connect

In footer bar, show the message Ftp-sync: Uploading archive_name to FTP server... Ftp-sync: Uploading archive_name to FTP uploadsucessefuly

and return to Ftp-sync: Uploading archive_name to FTP server...

When freezy, changed only archive name but don't upload more the arquive.

Are there a local to list complete status of the connections?