You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I try to integrate vscode-rsync with bash on Windows Subsystem for Linux (Ubuntu distro) without Cygwin: DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
Hi.
I try to integrate vscode-rsync with bash on Windows Subsystem for Linux (Ubuntu distro) without Cygwin:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
My vscode-rsync configuration:
"sync-rsync.executableShell": "C:\WINDOWS\System32\bash.exe",
"sync-rsync.executable": "/usr/bin/rsync",
"sync-rsync.shell": "/usr/bin/ssh",
"sync-rsync.local": "/mnt/c/Users/<MY_USER>/Documents/<MY_PROJECT>",
The error output:
I also try this conf:
"sync-rsync.executable": "bash.exe -c /usr/bin/rsync",
Fail output:
Is posible this integration?, how?
The text was updated successfully, but these errors were encountered: