🧑‍💻 add default formatter for prisma in vscode

This commit is contained in:
Axel Olausson Holtenäs 2022-10-19 09:04:37 +02:00
parent 1f4c24dc01
commit fdde03b941

View file

@ -27,5 +27,8 @@
},
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
}