Fix vscode not using prettier for formatting

This commit is contained in:
Bill Thornton
2022-08-05 11:18:24 -04:00
parent 9f5eafda7b
commit 3c750551e7
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"esbenp.prettier-vscode"
]
}
+2 -1
View File
@@ -1,4 +1,5 @@
{ {
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true "editor.formatOnSave": true
} }