chore(vscode): Add recommended extensions list to vscode settings. (#5810)

This commit is contained in:
Richie Foreman 2025-08-07 18:54:00 -04:00 committed by GitHub
parent 9bc0a4aff3
commit 65e4b941ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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

@ -0,0 +1,3 @@
{
"recommendations": ["vitest.explorer", "esbenp.prettier-vscode"]
}