Skip to content

Commit

Permalink
add vscode workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 8, 2023
1 parent 3f221b8 commit f1bfb00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-british-english",
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"gruntfuggly.todo-tree",
"zixuanchen.vitest-explorer"
]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"editor.formatOnSave": true,
"[typescript][markdown][json][jsonc][yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ignore][properties]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}

0 comments on commit f1bfb00

Please sign in to comment.