-
Notifications
You must be signed in to change notification settings - Fork 180
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
Introduce a new setting for enhanced validation #1554
Conversation
Adds `terraform.validation.earlyValidation` setting to the initializationOptions sent to terraform-ls. I chose to use `terraform.validation` as we expect to add future settings for this feature. This relies on functionality to be added to terraform-ls to parse the new setting.
245dcea
to
222ad7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻 Working as expected, assuming hashicorp/terraform-ls#1436 is merged
Regarding documentation I expect we can address that in a separate PR, either by reusing something from hashicorp/terraform-ls#1433 or linking to it. |
Co-authored-by: Radek Simko <radek.simko@gmail.com>
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Adds
terraform.validation.enableEnhancedValidation
setting to the initializationOptions sent to terraform-ls.I chose to use
terraform.validation
as we expect to add future settings for this feature.This relies on functionality to be added to terraform-ls to parse the new setting.