{ "id": "direnv", "version": "1.0.3", "name": "Direnv (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/direnv", "description": "direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/gh-release" ] }