79280269

Date: 2024-12-14 07:49:49
Score: 0.5
Natty:
Report link

If you're working on a collaborative project, it's best to add the settings to the project folder so this fixes the issue for everyone.

  1. Create a .vscode/settings.json file
  2. Paste the files.association config:
{
  "files.associations": {
     "*.css": "tailwindcss"
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Victor Eke