flathub / flathub/com.visualstudio.code
integrated-terminal (x86_64-unknown-linux-gnu)
Ouverte
- Langage dominant
- Shell
- Étoiles
- 217
- Forks
- 82
- Merge moyen
- 1 j 7 h
- PR mergées (30 j)
- 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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.