SFTP with Visual Studio
Extensions: Install Extension
Install
ftp-sync
PROs:
setup is simple via template file
CONs:
syncing triggers are too involved
any file that you don't explicitly save, will not be synced over
if you are working for a long time without sync then even saving a file won't cause the trigger from
local to remote
to activatefile permissions aren't synced over from local to remote accurately
no clear way to setup 2-way automatic sync
Verdict:
Use another plugin, this one isn't good enough.
Configure the generated template file
myProject/.vscode/ftp-sync.json
:That's it.
Last updated