Add workspace settings for formatter and recommended extensions (#255)

This commit is contained in:
Evan Simkowitz
2024-01-28 13:14:54 -08:00
committed by GitHub
parent b136c915df
commit 32499f0421
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "golang.go", "dbaeumer.vscode-eslint"]
}
+4
View File
@@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}