Skip to content

Commit 8810594

Browse files
committed
Add Prettier as recommended extension
1 parent f6867a2 commit 8810594

File tree

3 files changed

+2716
-2246
lines changed

3 files changed

+2716
-2246
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"recommendations": ["astro-build.astro-vscode"],
3-
"unwantedRecommendations": []
2+
"recommendations": ["astro-build.astro-vscode", "esbenp.prettier-vscode"],
3+
"unwantedRecommendations": []
44
}

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.formatOnSave": true
4+
}

0 commit comments

Comments
 (0)