🧑💻 add default formatter for prisma in vscode
This commit is contained in:
parent
1f4c24dc01
commit
fdde03b941
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -27,5 +27,8 @@
|
|||
},
|
||||
"[dotenv]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
},
|
||||
"[prisma]": {
|
||||
"editor.defaultFormatter": "Prisma.prisma"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue