Skip to content

Commit

Permalink
chore(vscode): extensions.json 추가, settings.json의 codeActionsOnSave 최…
Browse files Browse the repository at this point in the history
…신화 (#344)

* chore(vscode): vscode의 extensions.json 추가

* chore(vscode): settings.json의 codeActionsOnSave 최신화
  • Loading branch information
sukvvon authored Jan 8, 2024
1 parent e0da93c commit 94eccfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"eamodio.gitlens",
"formulahendry.auto-rename-tag"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
}
],
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}

0 comments on commit 94eccfa

Please sign in to comment.