Skip to content

Commit

Permalink
chore(docs): add marketplace links
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 6, 2024
1 parent a78fda2 commit 3ad7a4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ 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]
- [Open-VSX](https://open-vsx.org/extension/helm-ls/helm-ls)
- [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=helm-ls.helm-ls)
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

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

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

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

## Getting Started
Install the extension from either VSCode marketplace or Open-VSX

- [Open-VSX](https://open-vsx.org/extension/helm-ls/helm-ls)
- [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=helm-ls.helm-ls)

## Requirements

You need a `helm_ls` (see [getting Started](https://github.com/mrjosh/helm-ls/#getting-started)) executable on your `PATH` to use this extension.
Expand Down

0 comments on commit 3ad7a4d

Please sign in to comment.