flathub / flathub/com.visualstudio.code
How to allow VSC flatpak to use local rsync for Remote Development?
Open
- Dominant language
- Shell
- Stars
- 217
- Forks
- 82
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
Hi,
I want to run/debug my code on a remote target. For this I wan to use rsync to send my code to that server.
Rsync is installed on my local system, but the /usr/bin/rsync uses other libraries:
$ ldd `which rsync`
linux-vdso.so.1 (0x00007fffbe99b000)
libattr.so.1 => /lib64/libattr.so.1 (0x00007fafc2720000)
libacl.so.1 => /lib64/libacl.so.1 (0x00007fafc2517000)
libpopt.so.0 => /lib64/libpopt.so.0 (0x00007fafc230a000)
libc.so.6 => /lib64/libc.so.6 (0x00007fafc1f45000)
/lib64/ld-linux-x86-64.so.2 (0x00007fafc2bb4000)
Using Flatpak 1.8.5
Tahnks,
Niv
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.