Skip to content

Commit c779b46

Browse files
committed
Release 1.5.0
1 parent caa55e2 commit c779b46

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Changelog
2+
3+
## [1.5.0](https://github.com/qvalentin/helm-ls-vscode/compare/1.4.1...1.5.0) (2025-11-04)
4+
5+
### Features
6+
7+
* use yamlls from yaml extension ([a479caa](https://github.com/qvalentin/helm-ls-vscode/commit/a479caa3cc5ddde948b6be1654da4aa64c5f202a))
8+
* use yamlls from yaml extension ([ef624a4](https://github.com/qvalentin/helm-ls-vscode/commit/ef624a40a04fc4052659a52fc2dd077c421574cb))
9+
10+
### Bug Fixes
11+
12+
* clean up yamlls-path.ts ([c429f9c](https://github.com/qvalentin/helm-ls-vscode/commit/c429f9cf4df4c974b0d091bee7a85fb5fb1d02fb))
13+
* copy whole yaml-language-server (including locales) ([88a84e8](https://github.com/qvalentin/helm-ls-vscode/commit/88a84e88fbf187b7ee3317a336f39afd92d10afc))
14+
* do not overwrite user config ([40f791e](https://github.com/qvalentin/helm-ls-vscode/commit/40f791ee0ce4c2ee012440cf85022a6d181996d0))
15+
* include LICENSE and add copy-webpack-plugin ([c4228d2](https://github.com/qvalentin/helm-ls-vscode/commit/c4228d2801741f20f517005f12c442579eb0d0bb))
16+
* use json from env var ([481ac29](https://github.com/qvalentin/helm-ls-vscode/commit/481ac2907888840642d983ac5ae88753baa4dfb3))
17+
* use node if found per default, include ELECTRON_RUN_AS_NODE ([e2022b5](https://github.com/qvalentin/helm-ls-vscode/commit/e2022b594bbae5a45cbe5444e37516b29ad43393))
18+
* use single webpack config ([d11a7fa](https://github.com/qvalentin/helm-ls-vscode/commit/d11a7faab60beac50bb5b0533915b6447fe25fca))
19+
120
## [1.4.1](https://github.com/qvalentin/helm-ls-vscode/compare/1.4.0...1.4.1) (2025-08-16)
221

322
- several Dependency updates

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "helm-ls",
33
"displayName": "helm-ls",
44
"description": "helm-ls language server extension",
5-
"version": "1.4.1",
5+
"version": "1.5.0",
66
"license": "MIT",
77
"publisher": "helm-ls",
88
"repository": "https://github.com/qvalentin/helm-ls-vscode",

0 commit comments

Comments
 (0)