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
76970b23344df7075bc1c03d16b6cde461a084a82bb4c40cc42e3e236e40fdbf helm_ls_linux_amd64/helm-ls
f0836f1aedbc656116502f6dfa0831d5416ac1c934b021af5a538ff4bee80a9a helm_ls_darwin_amd64/helm-ls
fe1901669eea711fd3d8fffce5ab9a18cbfb4d74610fe5c37217354a373e87a1 helm_ls_darwin_arm64/helm-ls
aefa50f6ff6e39986f055ece4709fe2757b2c178978433b1b0a28c746c4218c7 helm_ls_windows_amd64/helm-ls.exe
a5faa9a4eb8ff0e82d53e9f5f4a82bc36eab4beb3bb661628dfa0863e099d1c6 helm_ls_linux_arm/helm-ls
Full Changelog: v0.0.16...v0.0.16
What's Changed
- feat(docs): add coc config and reword readme by @qvalentin in #79
- build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 by @dependabot in #78
- Symbol tables by @qvalentin in #72
- go-to-references for Values, Chart, etc.
- go-to-references and completions for includes and definitions (only in the same chart currently)
Full Changelog: v0.0.15...v0.0.16