Skip to content

Commit

Permalink
Add extension recommendations
Browse files Browse the repository at this point in the history
These VSCode are extensions that support various pieces of tech we use
on this project: Biome, Bun, Playwright, and XState
  • Loading branch information
yndajas committed Feb 14, 2024
1 parent aff2fcc commit a3103c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"biomejs.biome",
"ms-playwright.playwright",
"oven.bun-vscode",
"statelyai.stately-vscode"
]
}

0 comments on commit a3103c3

Please sign in to comment.