Open tanabeJJ opened 1 year ago
Humm, I've tried that myself using vscode Version: 1.73.1 (Universal)
and I don't see that error.
Which version of vscode and this extension are you using?
What exactly do you mean by "shaped"?
Sorry, I wanted to say "Fromat" not "shaped".
My Vscode Version is 1.73.1(System setup)
.
I have recorded that scene.
Weird, vscode format should definitely skip the Jinja tags.
This must be a bug in vscode.
OK,Thanks.
When I edited a file "test.html.j2". I wrote a code like this .
<script> {{ testscript }} </script>
And better-jinja shaped that code like this.<script> { { testscript } } </script>
This code is an error code in jinja.