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
Describe the bug
When a double closing curly brace (}} is used as an escape to represent a single closing curly brace (}) inside a format function that is within an expression, it gets incorrectly colored as the end of the expression.
To Reproduce
Steps to reproduce the behavior:
With the workflow file below, open in vscode editor
View the syntax highlighting as incorrect. The first double closing curly brace on line 19 should not be yellow.
Describe the bug
When a double closing curly brace (
}}
is used as an escape to represent a single closing curly brace (}
) inside a format function that is within an expression, it gets incorrectly colored as the end of the expression.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The last double closing curly brace should be yellow on line 19.
Screenshots
Extension Version
v0.26.5
Additional context
I am testing this on Mac OS Sonoma 14.5
code --version 1.91.1 f1e16e1e6214d7c44d078b1f0607b2388f29d729 x64
The text was updated successfully, but these errors were encountered: