chore: add Prettier as a recommended extension

This commit is contained in:
James Murdza 2024-11-17 19:47:39 -05:00
parent 534b285ff4
commit f93af371dc

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

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