Before submitting
What happened?
VSCodium Flatpak and the DevPod container extension are unable to start devpod.
What did you expect to happen instead?
I expected VSCodium to start devpod to create and launch my dev container.
This setup is working with loft-sh devpod but not this fork.
Steps to reproduce
- Install Flatpak Devpod fork
- Install Flatpak VSCodium
- In VSCode install DevPod Containers](https://github.com/3timeslazy/vscodium-devpodcontainers) extension
- In VSCodium
settings.json add "remote.devpodcontainers.devpodCommand": "flatpak-spawn --host devpod" so the extension can launch DevPod from within Flatpak
devcontainer.json
{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:4-24-trixie"
}
Error output / logs
bwrap: execvp devpod-cli: No such file or directory
How often does this happen?
Every time
Operating system
Linux
Linux distribution (if applicable)
Fedora Kinoite
Architecture
AMD64
Desktop app or CLI?
CLI only
DevPod version
v0.24.0
DevPod provider
Docker
Provider version
v0.0.1
Screenshots
No response
Anything else?
Possibly related to #437
Before submitting
What happened?
VSCodium Flatpak and the DevPod container extension are unable to start devpod.
What did you expect to happen instead?
I expected VSCodium to start devpod to create and launch my dev container.
This setup is working with loft-sh devpod but not this fork.
Steps to reproduce
settings.jsonadd"remote.devpodcontainers.devpodCommand": "flatpak-spawn --host devpod"so the extension can launch DevPod from within Flatpakdevcontainer.json
{ "name": "Node.js & TypeScript", "image": "mcr.microsoft.com/devcontainers/typescript-node:4-24-trixie" }Error output / logs
How often does this happen?
Every time
Operating system
Linux
Linux distribution (if applicable)
Fedora Kinoite
Architecture
AMD64
Desktop app or CLI?
CLI only
DevPod version
v0.24.0
DevPod provider
Docker
Provider version
v0.0.1
Screenshots
No response
Anything else?
Possibly related to #437