Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

898 Commits

Repository files navigation

Extra Dev Container Features

馃惓 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! 馃悶

About This Fork

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

Usage

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!

Image

About

馃惓 Extra add-in features for Devcontainers and GitHub Codespaces

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages