-
Notifications
You must be signed in to change notification settings - Fork 135
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
Update ParseVariables for single files #1422
Conversation
334433f
to
f97a0d3
Compare
4828c43
to
b2e2829
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.
LGTM with mostly naming nitpicks and one suggestion about the test.
Modifies ParsedVarsFiles to only re-parse the single tfvars file which is being changed, if the job was scheduled as part of `textDocument/didChange` request. This is a follow up to #1404 which updated the parsing job for terraform files.
Co-authored-by: Radek Simko <[email protected]>
efd5404
to
f6fb85e
Compare
Co-authored-by: Radek Simko <[email protected]>
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. |
Modifies ParsedVarsFiles to only re-parse the single tfvars file which is being changed, if the job was scheduled as part of
textDocument/didChange
request.This is a follow up to #1404 which updated the parsing job for terraform files.