Skip to content

Commit

Permalink
Telling VSCode that Prettier is the default formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins committed Jun 24, 2024
1 parent 2a45d28 commit ffa2489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
"typescript.tsc.autoDetect": "off",
// Prettier is this project's code formatter.
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit ffa2489

Please sign in to comment.