This repository provides a dev container feature for installing the asdf version manager.
| Option | Type | Default | Description |
|---|---|---|---|
version |
string | "latest" |
asdf version to install |
allowLegacyVersions |
boolean | false |
Allow pre-0.16.0 versions |
autoInstall |
boolean | false |
Auto-install from .tool-versions file |
For detailed usage instructions and examples, see the asdf feature README.
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "quay.io/alegrowin/devcontainer-features/asdf:1": { "version": "latest", "autoInstall": true } } }