junstyle / vscode-django-support

django formatter, highlight...
https://marketplace.visualstudio.com/items?itemName=junstyle.vscode-django-support
Apache License 2.0
4 stars 0 forks source link

Inline if tags are incorrectly formatted #29

Closed sboettcher closed 2 months ago

sboettcher commented 2 months ago

In an inline if tag like e.g.

<div class="{% if flag %}classname{% endif %}"></div>

the contents between the if and endif are removed when formatting, resulting in code like

<div class="{% if flag %}{% endif %}"></div>

Plugin version: v1.0.33 VSCode version: v1.89.1

junstyle commented 2 months ago

fixed