Skip to content

devcontainers-community/features-direnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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"
    }
  }
}