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 v7)
- Download helm_ls_linux_arm
- Run
./helm_ls_linux_arm
Linux (ARM64)
- Download helm_ls_linux_arm64
- Run
./helm_ls_linux_arm64
SHA256 Checksums
eba5d7aa0c1e6afae8c0549a68abea01eedab8fd04cb8c5f4cafd50ac82f6e14 helm_ls_linux_amd64/helm-ls
82ced08bbc525fbfa7f9359d0a05b2ddb5a3f87451276c012150ab5bea7a6543 helm_ls_darwin_amd64/helm-ls
5a2f31dabe01012cd9c0467038251be5ec0df637c6b2174d8b1e59f9889e94a9 helm_ls_darwin_arm64/helm-ls
98ddc3cb2db1185621d588dcb34d0518efc0eba2ff5f395c99aa5b67d234c9aa helm_ls_windows_amd64/helm-ls.exe
10ea9b67ab537cc96ba283b79dbb7c7f7bfd583a418587c84deceb7ea2186476 helm_ls_linux_arm64/helm-ls
What's Changed
- fix(lint): lint on file open by @qvalentin in #144
- fix(completion): use CompletionItemKindSnippet for snippets by @qvalentin in #145
- docs(nvim): add vim-plug example by @qvalentin in #117
- fix(values): do values files detection on the server by @qvalentin in #147
- feat(lint): allow ignoring helm lint messages by @qvalentin in #146
- feat(config): implement didChangeConfiguration and registration by @qvalentin in #143
Full Changelog: v0.3.0...v0.4.0