This feature installs the Crystal Language and the Shards package manager. It is intended to be used with the Dev Container extension for Visual Studio Code.
Include this in your .devcontainer/devcontainer.json
file:
"features": {
"ghcr.io/Caesarovich/devcontainer-feature-crystal/crystal:1": {}
}
Options Id | Description | Type | Default Value |
---|---|---|---|
channel | The Crystal channel to install from. | string | stable |
version | The Crystal version to install. | string | latest |
Example:
"features": {
"ghcr.io/Caesarovich/devcontainer-feature-crystal/crystal:1": {
"channel": "nightly",
"version": "1.13.3"
}
}
If you find a bug or have a feature request, please open an issue. Pull requests are also welcome.