vscode-rsync
vscode-rsync copied to clipboard
sync when using remote-ssh
I often use remote-ssh to code. When I connect my remote sesrver and run sync remote to local, it return 255 error (Connection refused). But if I close remote-ssh, all work well. It seems that the command is run by remote bash when I am using remote-ssh. So how can I sync when I am using remote-ssh? Thanks.