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
When viewing a resource in a Terraform file, if it contains a HEREDOC block (for example, an IAM policy), the code folding doesn't work - the closing curly brace is correctly matched but when folding the resource the HEREDOC block remains unfolded.
The text was updated successfully, but these errors were encountered:
domhnallw
changed the title
Code folding of resources does not correctly handle inline HEREDOC inline blocks
Code folding of resources does not correctly handle inline HEREDOC blocks
Jan 24, 2018
thanks for reporting this bug, I will try and see if I can figure out how to solve it, this should be possible to do using just the configuration so if somebody wants to give it a try, all help is greatly appreciated
When viewing a resource in a Terraform file, if it contains a HEREDOC block (for example, an IAM policy), the code folding doesn't work - the closing curly brace is correctly matched but when folding the resource the HEREDOC block remains unfolded.
Unfolded:
Folded:
VSCode version: 1.19.2, x64, Linux (Ubuntu 16.04)
plugin version: mauve.terraform 0.0.20
The text was updated successfully, but these errors were encountered: