-
Notifications
You must be signed in to change notification settings - Fork 184
Support for Terraform Search (.tfquery.hcl) files #2062
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
Conversation
60d3c5b
to
c7a3961
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.
Overall everything needed is implemented 👍
As an aside, you don't have to duplicate the Terraform Stacks svg. The new svg exists for these reasons, so you coudl rename the file and the references and use it for query as well. Saves bundle size slightly
…rm search stack test etc
Sure, done, thanks!! Renamed filename to terraform_feature.svg |
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
Description
This provides completion, hover, and diagnostics for Terraform Search files. Adds new language id - terraform-search
Related PRs:
Demo
TODO