Skip to content

Commit

Permalink
Merge pull request #2 from qvalentin/feature/path-config
Browse files Browse the repository at this point in the history
feat: add config option for executable path
  • Loading branch information
qvalentin authored May 1, 2024
2 parents 54d4ec0 + 4698714 commit 0b5f7bd
Show file tree
Hide file tree
Showing 5 changed files with 826 additions and 786 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Developing

Use vscode or vscodeium to develop the extension.
Pressing F5 in the extension.ts file should launch the extension in vscodeium.
You might need to run `npm run compile` after making code changes.


# Creating releases
To create a release run `npm run release`
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ The [kubernetes extension](https://github.com/vscode-kubernetes-tools/vscode-kub

## Extension Settings

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

- `helm-ls.path` (optional): Path to the `helm-ls` executable

## Contributing

Expand Down
Loading

0 comments on commit 0b5f7bd

Please sign in to comment.