You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iambibhas/vscode-django-template#12 (comment) suggests the following to set the association for Django template paths, but this doesn't seem to be necessary.
```json
{
"files.associations": {
"**/templates/*.html": "django-html",
}
}
```
After install this the emmet extention does not work any more.
The text was updated successfully, but these errors were encountered: