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
29 lines (29 loc) 路 1018 Bytes
/
Copy pathdevcontainer-feature.json
File metadata and controls
29 lines (29 loc) 路 1018 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
28
29
{
"id": "elixir-asdf",
"version": "2.0.20",
"name": "Elixir (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/elixir-asdf",
"description": "Elixir is a functional, concurrent, general-purpose programming language that runs on the BEAM virtual machine which is also used to implement the Erlang programming language.",
"options": {
"elixirVersion": {
"default": "latest",
"description": "Select the version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"erlangVersion": {
"default": "latest",
"description": "Select the version to install.",
"proposals": [
"latest"
],
"type": "string"
}
},
"installsAfter": [
"ghcr.io/devcontainers-extra/features/apt-get-packages",
"ghcr.io/devcontainers-extra/features/asdf-package"
]
}