forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
27 lines (27 loc) 路 829 Bytes
/
Copy pathdevcontainer-feature.json
File metadata and controls
27 lines (27 loc) 路 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "D (via dlang.org)",
"id": "d",
"version": "1.0.3",
"description": "D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.",
"documentationURL": "https://github.com/devcontainers-extra/features/tree/main/src/d",
"options": {
"compiler": {
"type": "string",
"proposals": [
"dmd",
"ldc",
"gdc"
],
"default": "dmd",
"description": "Options are: 'dmd', 'ldc' and 'gdc'"
},
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Select the compiler version you would like to install"
}
}
}