Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 521 Bytes

LLVM Dev Container Feature

🏭 Installs the LLVM toolchain

Usage

// devcontainer.json
{
  "features": {
    "ghcr.io/devcontainers-community/features/llvm": {}
  }
}

❓ Don't know what this ☝ means? Check out this VS Code blog post.

Options

Options Id Description Type Default Value
version LLVM version string latest