flathub / flathub/com.visualstudio.code
How to allow VSC flatpak to use local rsync for Remote Development?
- Lenguaje dominante
- Shell
- Estrellas
- 217
- Forks
- 82
- Merge medio
- 1 d 7 h
- PR fusionados (30 d)
- 1
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.