github / codespaces-preact

MIT License
74 stars 48 forks source link

Fix invalid devcontainer.json #4

Closed Chuxel closed 1 year ago

Chuxel commented 1 year ago

A number of these templates are missing an image reference, which means they won't work anywhere outside of Codespaces, including in the Dev Container GitHub Action.

If the goal is to use the "kitchen sink" image, all that is needed is a reference to the image. This will be slow in other scenarios, but won't fail like it would today.