You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module also advises the user to run terraform get if there is no data to present:
However it still requires the user to change active editor view to get the module view "cache" invalidated.
Expected User Experience
Once user runs terraform get or terraform init, the module view is updated to reflect the latest manifest data.
Proposal
Language server already has mechanism for watching the manifest and detecting changes. We can leverage this and send an LSP notification to the client.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Problem Statement
#746 introduced a new pane with module calls
This module also advises the user to run
terraform get
if there is no data to present:However it still requires the user to change active editor view to get the module view "cache" invalidated.
Expected User Experience
Once user runs
terraform get
orterraform init
, the module view is updated to reflect the latest manifest data.Proposal
Language server already has mechanism for watching the manifest and detecting changes. We can leverage this and send an LSP notification to the client.
The text was updated successfully, but these errors were encountered: