docs: Add values.yaml files to filetypes for Helm (#32369)
Release Notes: - N/A
This commit is contained in:
parent
f46957584f
commit
3eca9ef3b4
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ Enable Helm language for Helm files by editing your `.zed/settings.json` and add
|
|||
"**/templates/**/*.yaml",
|
||||
"**/templates/**/*.yml",
|
||||
"**/helmfile.d/**/*.yaml",
|
||||
"**/helmfile.d/**/*.yml"
|
||||
"**/helmfile.d/**/*.yml",
|
||||
"**/values*.yaml"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
This will also mark values.yaml files as the type helm, since helm-ls supports this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue