Installs the Common Lisp programming language into a development container.
"features": {
"ghcr.io/Symbolics/devcontainer-features/lisp:1": {}
}
You can select a specific Common Lisp implementation by specifying a name as an option. For example, the following installs the SBCL release:
"features": {
"ghcr.io/Symbolics/devcontainer-features/lisp:1": {
"implementation": "sbcl"
}
}