feat (vscode): add suggested vscode extension and settings configs

This commit is contained in:
Walter Korman 2025-03-17 16:51:19 -07:00
parent 90e1c8368e
commit 68e9943ab3
3 changed files with 21 additions and 1 deletions

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

@ -0,0 +1,3 @@
{
"recommendations": ["biomejs.biome"]
}