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
node_modules
yarn-error.log
firebase-debug.log

View File

@ -6,7 +6,8 @@
"recommendations": [
"esbenp.prettier-vscode",
"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.
"unwantedRecommendations": []