macOS (x64)
- Download helm_ls_darwin_amd64
- Run
./helm_ls_darwin_amd64
macOS (ARM)
- Download helm_ls_darwin_arm64
- Run
./helm_ls_darwin_arm64
windows (x64)
- Download helm_ls_windows_amd64.exe
- Run
./helm_ls_windows_amd64.exe
Linux (x64)
- Download helm_ls_linux_amd64
- Run
./helm_ls_linux_amd64
Linux (ARM)
- Download helm_ls_linux_arm
- Run
./helm_ls_linux_arm
SHA256 Checksums
03de500ea88b74fc788fa9a2a6196128272628bbc7cf2b3f588e2c25742144ba helm_ls_linux_amd64/helm-ls
0c1b0ca3799b11c6ae88205a3158625daa22770512842f7c7b52847aa9a693f3 helm_ls_darwin_amd64/helm-ls
4e14be94ce82ca244f23cb51e6972d305395ebed151fc820bce34399bc1f90eb helm_ls_darwin_arm64/helm-ls
1f8b8c0586406609d8d02fa65910d65f980a9bda755f4bd9e087f3ab09e449a6 helm_ls_windows_amd64/helm-ls.exe
9ce922b0700922f2afcb129d2eb081f0a542ff2647ac79b13375f8f0d7b11389 helm_ls_linux_arm/helm-ls
What's Changed
- Completions of template blocks like if or range. (#54)
- Support for VS Code extension (https://github.com/qvalentin/helm-ls-vscode/)