thisboyiscrazy
thisboyiscrazy
Can you look in Output View -> Output then the Log (Extension Host) and see if there is anything related to `vscode-ext.sync-rsync` Interesting you have cygwin install in `C:\Git` usually...
Usually, this is caused by the `cygwinPath` be wrong. `C:\\Git\\usr\\bin\\cygpath.exe` should be correct if that is where it is. It might be that it's a symlink. In Visual Studio Code...
Ok, I just tried to replicate your setup. I installed Git to C:\Program Files\Git. Then created a symlink Git C:\Program Files\Git. But Git does not install rsync? where did your...
If it is working can you close the bug.
When you open VSCode can you go to `Output` then select `Extension Host` and see if there is related to this extension. That should tell me why it is not...
@tohagan any progress?
I like this. I will look into it.
Interesting, I don't know how to detect a merge conflict so I don't fire onLoadIndividual. I will look into it. If you have any ideas let me know.
It should thow an error about remote not being set. Can you post you settings. Thanks.
In cases like this I write a small shell script with the commands, then call the shell script.