flathub / flathub/com.visualstudio.code
integrated-terminal (x86_64-unknown-linux-gnu)
Open
- Dominant language
- Shell
- Stars
- 217
- Forks
- 82
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.