diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 22a1505..184c985 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,4 +1,10 @@ { - "recommendations": ["astro-build.astro-vscode"], + "recommendations": [ + "astro-build.astro-vscode", + "bradlc.vscode-tailwindcss", + "unifiedjs.vscode-mdx", + "esbenp.prettier-vscode", + "dbaeumer.vscode-eslint" + ], "unwantedRecommendations": [] -} +} \ No newline at end of file