VS code default all html files to Django templates & comments them in a wrong way (if I press ctrl + /)
i.e it comments normal html files by adding {% comment %} & {% endcomment %} instead of the correct html comment < !-- -->
Go to: File -> Preferences -> Settings and add this line to your USER SETTINGS
"files.associations": {
"*.html": "html"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With