Skip to content

Commit

Permalink
chore: add formatter config to VS Code setting (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jun 22, 2024
1 parent ad5fe82 commit 6df3833
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["biomejs.biome"]
"recommendations": [
"biomejs.biome",
"esbenp.prettier-vscode",
"unifiedjs.vscode-mdx"
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"**/.DS_Store": true
},
"mdx.validate.validateFileLinks": "ignore",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 6df3833

Please sign in to comment.