Skip to content

Commit f6cd932

Browse files
authored
Update devcontainer-feature.json
1 parent 71717d1 commit f6cd932

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

devcontainer-feature.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"id": "i-am-awesome",
3-
"name": "I am awesome",
4-
"documentationURL": "https://github.com/octocat/i-am-awesome#readme",
5-
"licenseURL": "https://github.com/octocat/i-am-awesome/blob/main/LICENSE",
6-
"options": {}
2+
"id": "llvm",
3+
"name": "LLVM",
4+
"documentationURL": "https://github.com/devcontaineres-community/features-llvm#readme",
5+
"options": {
6+
"version": {
7+
"description": "LLVM version",
8+
"type": "string",
9+
"default": "latest"
10+
}
11+
}
712
}

0 commit comments

Comments
 (0)