🏭 Installs the LLVM toolchain
// devcontainer.json
{
"features": {
"ghcr.io/devcontainers-community/features/llvm": {}
}
}
❓ Don't know what this ☝ means? Check out this VS Code blog post.
Options Id | Description | Type | Default Value |
---|---|---|---|
version | LLVM version | string | latest |