Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,11 @@
// Dprint
/////////////////////////////////////////////

"dprint.path": "~/.dprint/bin/dprint",
// No "dprint.path" here on purpose. The extension (0.12.0+) auto-resolves
// node_modules/.bin/dprint when present, which is where pnpm installs the
// exact version package.json pins -- pointing this at a separately
// installed global binary would drift from that pin instead of tracking
// it.

// EditorConfig (https://editorconfig.org/)
/////////////////////////////////////////////
Expand Down