🔨 Add Extensions to workspace recommendations

Add Prettier and Prisma to the list of recommended VSCode extensions
This commit is contained in:
2022-11-16 18:00:46 +01:00
parent f6e4bd2ec1
commit f5884fdfe5

View File

@ -1,3 +1,8 @@
{
"recommendations": ["johnsoncodehk.volar", "johnsoncodehk.vscode-typescript-vue-plugin"]
"recommendations": [
"johnsoncodehk.volar",
"johnsoncodehk.vscode-typescript-vue-plugin",
"esbenp.prettier-vscode",
"prisma.prisma"
]
}