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
Is your feature request related to a problem? Please describe.
Some files should just not be templated (think bash scripts). I know I can add {% raw %} ... {% endraw %} to every file.
Describe the solution you'd like
Maybe add another option to settings, like
Is your feature request related to a problem? Please describe.
Some files should just not be templated (think bash scripts). I know I can add
{% raw %} ... {% endraw %}
to every file.Describe the solution you'd like
Maybe add another option to settings, like
Defaulting that option to
true
is the right approach for backwards compat and feels right.Describe alternatives you've considered
none.
The text was updated successfully, but these errors were encountered: