79427158

Date: 2025-02-10 13:07:55
Score: 0.5
Natty:
Report link

If you want to modify only the VSCode behavior for Prisma files while leaving other formats unchanged, update the settings specifically for Prisma.

In your settings.json add:

"[prisma]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "Prisma.prisma"
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Diego Benetti