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
I am experiencing a problem with the folding of code. Now that the new API allows language aware folding, it would be nice if this could be folded correctly:
$ThresholdTest = @(
@{
Percentage = 85
Color = 'Red'
Action = @{
MailTo = '[email protected]'
Subject = "Your personal home drive has reached [Quota Threshold]% of its maximum allowed volume"
Body = @"
Dear [Source Io Owner],
Your personal home drive has reached [Quota Threshold]% of its
"@
Type = 2
RunLimitInterval = 2880
}
},
@{
Percentage = 100
Color = 'Green'
Action = @{
MailTo = '[email protected]'
Subject = 'Your personal home drive has reached or exceeded its maximum allowed volume'
Body = @"
Dear [Source Io Owner],
Your personal home drive has now reached [Quota Threshold]% of its maximum allowed volume.
"@
Type = 2
RunLimitInterval = 2880
}
}
)
When clicking CTRL+K CTRL+O it looks like this:
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
System Details
Issue Description
I am experiencing a problem with the folding of code. Now that the new API allows language aware folding, it would be nice if this could be folded correctly:
When clicking

CTRL+K CTRL+O
it looks like this:The text was updated successfully, but these errors were encountered: