Skip to content

Commit

Permalink
fix: add suggested vscode extensions (#9382)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <matt.krick@gmail.com>
  • Loading branch information
mattkrick committed Jan 25, 2024
1 parent 8c123ce commit d991532
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"recommendations": ["esbenp.prettier-vscode", "bradlc.vscode-tailwindcss", "meta.relay"]
"recommendations": [
"bierner.markdown-mermaid",
"bradlc.vscode-tailwindcss",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"github.vscode-github-actions",
"meta.relay",
"yzhang.markdown-all-in-one"
]
}

0 comments on commit d991532

Please sign in to comment.