add tailwind to recommended vscode extensions

This commit is contained in:
Sinclair Chen 2022-06-23 14:25:55 -05:00
parent 00c2012ccf
commit 970800bd31
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
.vercel .vercel
node_modules node_modules
yarn-error.log yarn-error.log
firebase-debug.log

View File

@ -6,7 +6,8 @@
"recommendations": [ "recommendations": [
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"toba.vsfire" "toba.vsfire",
"bradlc.vscode-tailwindcss"
], ],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [] "unwantedRecommendations": []