A Visual Studio code dev container features.
Installs the following command line utilities:
Auto-detects latest version and installs needed dependencies.
Latest version installed by default. You can pin a specific version or specify latest or none if you wish to have the latest version or skip the installation. Please see below for an example:
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/stateful/devcontainer-features/runme:0.1.0": {
"version": "latest"
}
}
}
MIT