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 16, 2023
1 parent 71717d1 commit f6cd932
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"id": "i-am-awesome",
"name": "I am awesome",
"documentationURL": "https://github.com/octocat/i-am-awesome#readme",
"licenseURL": "https://github.com/octocat/i-am-awesome/blob/main/LICENSE",
"options": {}
"id": "llvm",
"name": "LLVM",
"documentationURL": "https://github.com/devcontaineres-community/features-llvm#readme",
"options": {
"version": {
"description": "LLVM version",
"type": "string",
"default": "latest"
}
}
}

0 comments on commit f6cd932

Please sign in to comment.