nephthys/.vscode/settings.json
Mish 7950126903
Ensure the Prisma VSCode extension sticks with Prisma v6 (#118)
Prisma v7 is JS-only, so I assume we won't ever be migrating to it :pf:

This change only affects devs using the Prisma extension for VSCode (mee!)
2025-11-20 13:06:17 +00:00

3 lines
34 B
JSON

{
"prisma.pinToPrisma6": true
}