Add Astro vscode integrations

This commit is contained in:
Sam Carlton 2022-04-25 16:45:29 -05:00
parent c0d182a5de
commit 15e3010dc0
2 changed files with 15 additions and 0 deletions

4
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}