-
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
Add panel for module providers #850
Conversation
97279fd
to
3da6f04
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.
Aside from my two minor in-line comments this LGTM, but James has more VS Code related experience here so he may be able to provide more relevant feedback.
Co-authored-by: Radek Simko <radek.simko@gmail.com>
80a8535
to
e46d7aa
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.
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. |
This PR adds a new tree view panel in the explorer menu with the installed providers in the current module.
It depends on the language server PR hashicorp/terraform-ls#712
New panel, listing providers with the installed version:
No providers detected:
Providers not installed (yet):
Tooltip showing the required version:
Closes #701