flathub / flathub/com.visualstudio.code
Improve default experience with Devcontainers
- Lingua principale
- Shell
- Stelle
- 217
- Fork
- 82
- Merge medio
- 1g 7h
- PR unite (30g)
- 1
Descrizione
Using [Devcontainers](https://code.visualstudio.com/docs/remote/containers) is a nice way to develop when there are issues with VSCode being sandboxed. Getting Devcontainers to work from the VSCode Flatpak is easy. Just create a simple wrapper script
```sh
#!/bin/sh
exec flatpak-spawn --host docker "$@"
```
and point the Devcontainer extension to it.
I suggest to ship this wrapper with the VSCode Flatpak, so that the Devcontainer extension works out of the box. Having the same wrapper for Podman might be a good idea too. Another option would be to describe this workaround in `flatpak-warning.txt`.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia esaminando come VSCode Flatpak distribuisce gli script di supporto e leggi il wrapper proposto nell’issue. Controlla flatpak-warning.txt per il workaround esistente e determina se debba essere coperto solo Docker o anche Podman. Il lavoro è completato quando l’estensione Devcontainer può usare il wrapper distribuito con VSCode Flatpak senza configurazione manuale.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- docker, shell, vscode
- Ambito
- devops, tooling
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 42/100