-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration Options #47
Comments
Basic feature will be added with #32 |
Is this already possible to configure/use? That would be awesome as we're using separate value files for environments, e.g. |
Currently not, but this is definitely on my roadmap. |
Fixed in v0.0.10 with these defaults: valuesFiles = {
mainValuesFile = "values.yaml",
lintOverlayValuesFile = "values.lint.yaml",
additionalValuesFilesGlobPattern = "values*.yaml"
}, |
The lsp should implement configuration options as defined by the protocol: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_configuration
Possible options:
The text was updated successfully, but these errors were encountered: