Skip to content

Commit

Permalink
feat(cli): add vs code extension to recommendations (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Jul 25, 2024
1 parent bbb13f7 commit f6fd489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
"recommendations": ["astro-build.astro-vscode", "StackBlitz.tutorialkit", "unifiedjs.vscode-mdx"],
"unwantedRecommendations": []
}

0 comments on commit f6fd489

Please sign in to comment.