chore: vscode extension recommendations

This commit is contained in:
Liang Gong 2026-02-10 22:56:17 +08:00 committed by GitHub
parent 56880867f3
commit 7c46a0e4fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,7 @@
{
"recommendations": ["dbaeumer.vscode-eslint"]
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss"
]
}