We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71717d1 commit f6cd932Copy full SHA for f6cd932
devcontainer-feature.json
@@ -1,7 +1,12 @@
1
{
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": {}
+ "id": "llvm",
+ "name": "LLVM",
+ "documentationURL": "https://github.com/devcontaineres-community/features-llvm#readme",
+ "options": {
+ "version": {
7
+ "description": "LLVM version",
8
+ "type": "string",
9
+ "default": "latest"
10
+ }
11
12
}
0 commit comments