Skip to content

Commit

Permalink
chore(vscode): add more vscode suggestions (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Mar 1, 2022
1 parent 56a2bb7 commit cd959b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"octref.vetur",
"ecmel.vscode-html-css"
]
}

0 comments on commit cd959b2

Please sign in to comment.