Max

Results 4 comments of Max

I noticed the same thing, you can "fix" this by changing the file type at the bottom right from "Django HTML" to regular HTML

Not that I'm aware of. It's either HTML snippets with VS Code or Django template snippets with the extension. I wonder if the Django extension can be modified to work...

> > > Try adding the Emmet configuration into your settings.json file: > "emmet.includeLanguages": {"django-html": "html"}, This totally solved the issue! Thank you!

What is the status on this? I'm having issues with session-scoped beans not having their @PostConstruct or @PreDestroy methods called with Spring Session, and I'm not sure if the issue...