vscode-rsync
vscode-rsync copied to clipboard
rsync extension for visual studio code
Is there are `retry` on failure or `--max-retries` feature implemented? If not, then I request to implement this feature as it is very helpful on erratic connections. Thank.
I am currently working using Windows 10 and remoting into a Linux machine. Visual Studio Code is launched from Windows. I either get the following error code when doing a...
I need to set the owner of all files rsync -og --chown=www-data:www-data Can you implement the option ?
When I run `git pull` or `git stash` or similar commands that changes my code, it does not trigger a sync. I would like it to be an option where...
The `delete` option deletes ALL your local files if the remote is not yet configured. The same issue was previously raised in #97 with more details but got no attention....
_I am running VSCode v1.60.0 with Sync-Rsync v0.36.0_ When I attempt to run **Sync-Rsync: Sync Remote to Local**, I get an error message "unexpected EOF". VSCode's OUTPUT reads as follows:...
I had Delete option checked in User settings and empty Remote so I can set it up per Workspace. I run Rsync on unconfigured workspace (empty Remote) and got this...
I just installed sync-rsync for VSCode on my Linux machine hoping to use it only on projects that require syncing code I am running on a remote machine. When I...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
1. I have set a shortcut key to "sync-rsync.syncUpContext" ,like cammand+u 2. I edit a file A.cpp 3. use shortcut cammand+u 4. tips “Running the contributed command: 'sync-rsync.syncUpContext' failed.” when...