Skip to content

Commit c67f01c

Browse files
feat(frontend): add xstate vscode extension (#166)
1 parent 14ae3fa commit c67f01c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/.vscode/extensions.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"recommendations": [
3-
"vitest.explorer",
4-
"ms-playwright.playwright",
53
"bradlc.vscode-tailwindcss",
6-
"esbenp.prettier-vscode",
74
"dbaeumer.vscode-eslint",
5+
"esbenp.prettier-vscode",
6+
"ms-playwright.playwright",
7+
"statelyai.stately-vscode",
8+
"vitest.explorer",
89
"yoavbls.pretty-ts-errors"
910
]
1011
}

0 commit comments

Comments
 (0)