Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.16 KB

File metadata and controls

34 lines (22 loc) · 1.16 KB

Bash Language Server (optional shellcheck and shfmt) (bash-language-server)

Installs bash-language-server via npm. Optionally installs shellcheck and shfmt if not already present.

Example Usage

"features": {
    "ghcr.io/SrzStephen/devcontainer-features/bash-language-server:1": {}
}

Options

Options Id Description Type Default Value
version Version of bash-language-server to install. Use 'latest' for the newest available. string latest
installShellcheck When true, installs shellcheck via the system package manager if shellcheck is not already on PATH. boolean false
installShellfmt When true, installs shfmt via the system package manager if shfmt is not already on PATH. boolean false

Compatibility

OS Supported Notes
Debian / Ubuntu ✓ tested Primary target
Alpine Linux ✓ tested Tested in CI

Architectures: x86_64, aarch64


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.