flathub / flathub/com.visualstudio.code
integrated-terminal (x86_64-unknown-linux-gnu)
- Vorherrschende Sprache
- Shell
- Sterne
- 217
- Forks
- 82
- Ø Merge
- 1 T. 7 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.