Skip to content

Commit

Permalink
chore: reorder recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 20, 2023
1 parent fa2fa63 commit 53f17bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"wix.vscode-import-cost",
"formulahendry.auto-rename-tag",
"aaron-bond.better-comments",
"styled-components.vscode-styled-components",
"vscode-icons-team.vscode-icons",
"formulahendry.auto-rename-tag",
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"wix.vscode-import-cost",
"styled-components.vscode-styled-components",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
]
}
}

0 comments on commit 53f17bc

Please sign in to comment.