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
Perhaps I am using tans and comments in a way not intended...
Previously with an arm template json, I could collapse element sections, like parameters down into a single line.
I have found I can replicate this like...
//Variables
var test1 = 1
var test2 = 2
//
Now all the variables will collapse under my header. I could eve go further and have nested sections using tabs like this.
But autoformat brings them right back the beginning of the line, and ruins my nested sections.
The text was updated successfully, but these errors were encountered:
So maybe i have found a bug in the way VSO Code does it's code folding, which is what the other PR is requesting.
It already exists... simply by tabbing in under a comment. And as far as I can tell this does not impact the compilation.
So, if the auto formatter simply did not stripe away the tab characters I am putting at the beginning of my lines, we would have region folding in VSCode.
ghost
locked as resolved and limited conversation to collaborators
May 26, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Perhaps I am using tans and comments in a way not intended...
Previously with an arm template json, I could collapse element sections, like parameters down into a single line.
I have found I can replicate this like...
Now all the variables will collapse under my header. I could eve go further and have nested sections using tabs like this.
But autoformat brings them right back the beginning of the line, and ruins my nested sections.
The text was updated successfully, but these errors were encountered: