Skip to content

Commit

Permalink
fix: use local prettier binary in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
matzeeable committed Mar 30, 2020
1 parent 6234e8a commit c0b1479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"editor.tabSize": 4,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSaveTimeout": 3000, // Increase because phpcs can take longer
// Prettier
"prettier.prettierPath": "./node_modules/prettier",
// Intelephense
"intelephense.files.maxSize": 4000000, // increase max file size so WordPress sub is considered, too
// Per language
Expand Down

0 comments on commit c0b1479

Please sign in to comment.