CSS syntax not working after json code added – VSCode
I used these lines of code to get back HTML syntax but now CSS syntax is not working.
"files.associations": { "**/*.html": "html", "**/templates/**/*.html": "django-html", "**/templates/**/*": "django-txt", "**/requirements{/**,*}.{txt,in}": "pip-requirements" }, "emmet.includeLanguages": { "django-html": "html", },
Extensions i have:
- HTML CSS Support
Any suggestions
Try installing some visual studio extensions like this, as you might need something more than purely editing your json file.