Skip to content

Commit

Permalink
docs(update): update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 6, 2024
1 parent cc19bf0 commit e3f4fdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Creating releases
To create a release run `npm run release`

The pipeline will publish the extension to

- (Open-VSX)[https://open-vsx.org/extension/helm-ls/helm-ls]
- (VSCode marketplace)[https://marketplace.visualstudio.com/items?itemName=helm-ls.helm-ls]
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<!-- vim-markdown-toc GFM -->

- [Requirements](#requirements)
- [Extension Settings](#extension-settings)
- [Contributing](#contributing)
- [License](#license)
* [Requirements](#requirements)
* [Extension Settings](#extension-settings)
* [Contributing](#contributing)
* [License](#license)

<!-- vim-markdown-toc -->

## Requirements

You need a `helm_ls` executable on your `PATH` to use this extension.
The kubernetes extension is also required to use this extension.
You need a `helm_ls` (see [getting Started](https://github.com/mrjosh/helm-ls/#getting-started)) executable on your `PATH` to use this extension.
The [kubernetes extension](https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools) is also required to use this extension.

## Extension Settings

Expand Down

0 comments on commit e3f4fdf

Please sign in to comment.