flathub / flathub/com.visualstudio.code

How to allow VSC flatpak to use local rsync for Remote Development?

Open
#318 2 comments 0 reactions 0 assignees View on GitHub
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

Research direction

No file, test, or entry point is named. Start by reproducing remote development with the VS Code Flatpak and local /usr/bin/rsync, then inspect the Flatpak permissions and integration described by the issue. Done means the Flatpak can invoke the local rsync and complete the remote synchronization without library or sandbox errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
vscode
Domain
desktop, devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.