Include .yml files in Helm chart templates (#11135)

pull/11159/head
Antonin 3 months ago committed by GitHub
parent fd7b1a3e37
commit b0f3fe7556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3516,7 +3516,7 @@ scope = "source.helm"
roots = ["Chart.yaml"] roots = ["Chart.yaml"]
comment-token = "#" comment-token = "#"
language-servers = ["helm_ls"] language-servers = ["helm_ls"]
file-types = [ { glob = "templates/*.yaml" }, { glob = "templates/_*.tpl"}, { glob = "templates/NOTES.txt" } ] file-types = [ { glob = "templates/*.yaml" }, { glob = "templates/*.yml" }, { glob = "templates/_*.tpl"}, { glob = "templates/NOTES.txt" } ]
[[language]] [[language]]
name = "glimmer" name = "glimmer"

Loading…
Cancel
Save