Pre-installed devbox
for devcontainer.
You can find the images in ghcr.io/sambyeol/devbox-devcontainer
.
Make a devcontainer setting file at .devcontainer/devcontainer.json
in your project.
{
"image": "ghcr.io/sambyeol/devbox-devcontainer",
"overrideCommand": false,
"postCreateCommand": "devbox install"
}
Then, reopen in container.