Skip to content

Commit

Permalink
Config: #3 VSCode 환경 설정& 확장앱 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed May 17, 2024
1 parent 98fdd7e commit 73b3c3e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dist-ssr

# Editor directories and files
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea
.DS_Store
Expand Down
14 changes: 14 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"recommendations": [
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"oderwat.indent-rainbow",
"dbaeumer.vscode-eslint",
"usernamehw.errorlens",
"steoates.autoimport",
"formulahendry.auto-rename-tag",
"pkief.material-icon-theme",
"equinusocio.vsc-material-theme",
"wix.vscode-import-cost"
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}

0 comments on commit 73b3c3e

Please sign in to comment.