flathub / flathub/com.visualstudio.code

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

Ouverte
#62 10 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.