Add recommended extensions

This commit is contained in:
Nate Kelley 2025-07-18 15:01:05 -06:00
parent 542795833a
commit ff12325abc
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 9 additions and 0 deletions

9
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"recommendations": [
"biomejs.biome",
"vitest.explorer",
"bradlc.vscode-tailwindcss",
"rvest.vs-code-prettier-eslint",
"esbenp.prettier-vscode"
]
}