๐ณ Extra add-in features for devcontainers and GitHub Codespaces
๐ Don't see your feature here? ๐ฅ Suggest a new feature! ๐ฅ or ๐ Learn how to add one! ๐
๐ Found a bug? ๐ Open a bug report! ๐
This repository is a continuation of the devcontainers-extra/features project. The fork was created to manage own features, keeping the structure and ideas from the initial fork.
Note
This project is not officially associated with or endorsed by the official Devcontainers project
Just add a .devcontainer/devcontainer.json file with a features key. It's
very similar to package.json's dependencies object, just with the addition
of an options object.
๐ Make sure to inspect each feature for feature-specific options!
{
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"features": {
"ghcr.io/kvokka/features/lumen": {},
"ghcr.io/kvokka/features/codegpt": {}
}
}Then, after adding your devcontainer config file, you can open it in GitHub Codespaces, or [open it locally using VS Code]. Be warned some features will compile things from source code and may take a while!
