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
Thanks for mentioning this, I ran into the same issue. If you change the double-quotes to single-quotes inside {{ ... }} it will work, but unfortunately my jinja linter doesn't like that.
If I type the following into vscode:
I get the following highlighting:
It seems that the highlighter is getting confused by the
{{ ... }}
used by jinja.The text was updated successfully, but these errors were encountered: