Install the elm language compiler and related tools
"features": {
"ghcr.io/CodeMan99/features/elm-lang:0": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Specify the compiler version | string | 0.19.1 |
| elmPrefix | Where the "elm" binary will be installed | string | /usr/local/bin |
| installFormat | Install the "elm-format" command (via npm if installed) | boolean | true |
| installReview | Install the "elm-review" command (via npm if installed) | boolean | true |
| installTest | Install the "elm-test" command (via npm if installed) | boolean | true |
Elmtooling.elm-ls-vscode
Installs the Elm compiler following the linux install documentation.
elm --helpSee the language guide, examples, and documentation for more information on the language.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.