Skip to content

Commit

Permalink
Update devcontainer-feature.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 65e46b8 commit 5557182
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"id": "i-am-awesome",
"version": "0.1.0",
"name": "I am awesome",
"documentationURL": "https://github.com/octocat/i-am-awesome#readme",
"options": {}
"id": "direnv",
"version": "1.0.6",
"name": "direnv",
"documentationURL": "http://github.com/devcontainers-community/features-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"
}
}
}

0 comments on commit 5557182

Please sign in to comment.