vscode with django-template installed does not auto indent

Viewed 178

I am using vscode to edit django template files. After installing django or django-template extensions the auto indent does not work anymore.

before e

after enter image description here

Already tried:

"files.associations": {
        "**/*.html": "html",
        "**/templates/*/*.html": "django-html"
    },
"emmet.includeLanguages": {"django-html": "html"},
0 Answers
Related