Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.66 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.66 KB

VScode extension for helm-ls

Helm-ls-vscode connects VSCode to helm-ls to provide autocompletion, linting, hover, Go-To-Definition and support to use yaml-language-server for helm charts.

Getting Started

Install the extension from either VSCode marketplace or Open-VSX

Requirements

The extension will try to download helm-ls automatically. A helm_ls (see getting Started) executable on your PATH will be preferred if found. The kubernetes extension is a dependency for this extension and will be also installed.

Important

You will also need yaml-language-server installed on your system for all features. See the helm-ls readme

Extension Settings

The extension can be configured via the helm-ls extension settings.

  • helm-ls.path (optional): Path to the helm-ls executable
  • Server configuration as described in Configuration options

Contributing

Contributions are welcome.

License

Just like helm-ls the extension is open-source software licensed under the MIT license.