Skip to content

Commit

Permalink
Prettier-vscode requires path to the prettier module instead of bin; …
Browse files Browse the repository at this point in the history
…and it's now local by default (#1394)
  • Loading branch information
quasiyoke committed Jan 13, 2025
1 parent 239869c commit e4c83a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
"vitest.include": [
"utils/e2e-tests/ts/**/tests/**/*.ts",
"utils/e2e-tests/ts/**/*.{test,spec}.ts"
],
"prettier.prettierPath": "./node_modules/.bin/prettier"
]
}

0 comments on commit e4c83a6

Please sign in to comment.