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
b70b89a7db0de467b24cb52992728bc8cf774816a5349ff36f165b348aeb4912 helm_ls_linux_amd64/helm-ls
74e5c9e6854b82904544196ebab71ab3dab49a72de870f8fd78ce19ec2fb7693 helm_ls_darwin_amd64/helm-ls
c7f0c52c2e361cb0e4e2c1e7a1e876ffbd738d9259184c9f83d95142c756b225 helm_ls_darwin_arm64/helm-ls
bfb8d9d713f4f8ec54d3ffe9b9daadb6ac2ef49c370538d914534deee76fa8b8 helm_ls_windows_amd64/helm-ls.exe
567d1dcfa58f898768bc84a5d7a30849bc8e3b5402464afa5025ea729df27b51 helm_ls_linux_arm/helm-ls
What's Changed
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #67
- refactor(lsp): use lsp server and client interfaces by @qvalentin in #65
Full Changelog: v0.0.12...v0.0.13