flathub / flathub/com.visualstudio.code

integrated-terminal (x86_64-unknown-linux-gnu)

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

描述

Came from https://github.com/Microsoft/vscode/issues/62532

VS Code under flatpack is not workable for complex projects, while with a separate installation everything is fine.

In the OS terminal:
```
art@artPC:/$ ls /usr/bin/../lib/gcc/
avr i686-linux-gnu x86_64-linux-gnu

```
In the VSCode integrated under flatpack:
```

sh-4.4$ ls /usr/bin/../lib/gcc/
x86_64-unknown-linux-gnu

```
There is only one object (really 3) and it has different name - `x86_64-unknown-linux-gnu` instead correct `x86_64-linux-gnu`. As result - cannot to build library.

贡献指南

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

调研方向

首先,在Flatpak集成终端中复现报告的编译器路径命令,并将其与主机终端的输出进行比较。当能够在那里使用预期的x86_64-linux-gnu目标路径构建复杂项目,且不再出现x86_64-unknown-linux-gnu不匹配时,该issue即完成。

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

评估

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

把新 issue 发到你的邮箱

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