flathub / flathub/com.visualstudio.code
Enabling SDK extensions doesn't seem to affect PATH
Abierto
- Lenguaje dominante
- Shell
- Estrellas
- 217
- Forks
- 82
- Merge medio
- 1 d 7 h
- PR fusionados (30 d)
- 1
Descripción
I enable all SDK extensions by defining below env var inside Flatseal.
`FLATPAK_ENABLE_SDK_EXT=*`
If I run vscode from CLI, I can see the `Enabling SDK extension` messages `code.sh` prints. However when I open a new Terminal inside Flatpak, I can't see PATH changes the script does.
I've installed Rust SDK extension and I can only use it if I define the following PATH env var inside Flatseal:
```
PATH=/usr/bin:/app/bin:/usr/lib/sdk/rust-stable/bin
```
I expected vscode to work without explicitly defining PATH.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.