GitHub - EliiseS/devcontainer-features (original) (raw)
Dev Container Features by EliiseS
This repo contains custom dev container Features for VSCode dev containers andGitHub Codespaces created by EliiseS, hosted on GitHub Container Registry. This repository follows the dev container Feature distribution specification.
To provide feedback or report issues, please create an issue on this repo.
Usage
This repository contains a collection of features. View the full list of features. Each folder contains a readme.md
with a description and usage of the feature.
⚠️ Officially only support debian and ubuntu based images as of now:
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
"debian:10",
"mcr.microsoft.com/devcontainers/base:ubuntu",
"mcr.microsoft.com/devcontainers/base:debian",
Example
Example devcontainer.json
with the usage of the bash-profile
feature:
$ e "Hello world"
Hello world
Contributing
For contributing, see the CONTRIBUTING.MD.