I am using vscode to edit django template files. After installing django or django-template extensions the auto indent does not work anymore.
Already tried:
"files.associations": {
"**/*.html": "html",
"**/templates/*/*.html": "django-html"
},
"emmet.includeLanguages": {"django-html": "html"},

