Skip to content

🐳 Extra add-in features for Devcontainers and GitHub Codespaces

License

Notifications You must be signed in to change notification settings

Serenitychic/features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

Devcontainer Features

Codespaces Devcontainers Python

🐳 Extra add-in features for devcontainersand GitHub Codespaces

💻 Works with devcontainers
☁️ Works with GitHub Codespaces
👀 Don't see your feature here?🔥Suggest a new feature!🔥

Usage

Just add a.devcontainer/devcontainer.jsonfile with afeatureskey. It's very similar topackage.json'sdependenciesobject, just with the addition of anoptionsobject.

📚 Make sure to inspect each feature for feature-specific options!

{
"image":"mcr.microsoft /devcontainers/universal",
"features":{
"ghcr.io/devcontainers-contrib/features/deno":{},
"ghcr.io/devcontainers-contrib/features/neovim":{}
}
}

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!

Found a bug?

🐞Open an bug report!🐞

About

🐳 Extra add-in features for Devcontainers and GitHub Codespaces

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 100.0%