/features-direnv

👩‍💻 Installs direnv

Primary LanguageShellMIT LicenseMIT

direnv Dev Container Feature

📁 Installs direnv and sets up hooks

Usage

// devcontainer.json
{
  "features": {
    "ghcr.io/devcontainers-community/features/direnv": {}
  }
}

❓ Don't know what this ☝ means? Check out this VS Code blog post.

Options

You can set version to one of latest, system, or N.N.N to pin a specific version:

// devcontainer.json
{
  "features": {
    "ghcr.io/devcontainers-community/features/direnv": {
      "version": "1.0.0"
    }
  }
}