flathub / flathub/com.visualstudio.code
How to allow VSC flatpak to use local rsync for Remote Development?
- Langage dominant
- Shell
- Étoiles
- 217
- Forks
- 82
- Merge moyen
- 1 j 7 h
- PR mergées (30 j)
- 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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.