flathub / flathub/com.visualstudio.code

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

未关闭
#318 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Shell
星标
217
派生
82
平均合并
1 天 7 小时
30 天内合并 PR
1

描述

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

贡献指南

这个仓库没有索引到贡献指南

调研方向

未指定文件、测试或入口点。首先使用 VS Code Flatpak 和本地 /usr/bin/rsync 复现远程开发,然后检查 issue 中描述的 Flatpak 权限和集成。完成的标准是 Flatpak 能够调用本地 rsync,并在没有库或 sandbox 错误的情况下完成远程同步。

由索引模型根据 Issue 内容生成。

评估

技术栈
vscode
领域
desktop, devtools
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。