Skip to content

Commit

Permalink
Adds prettier extension to devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asyed94 authored and jairajdev committed Oct 17, 2022
1 parent f16675c commit 8bdda7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"mhutchie.git-graph",
"dbaeumer.vscode-eslint",
"mhutchie.git-graph"
"esbenp.prettier-vscode"
]
}
}
Expand Down

0 comments on commit 8bdda7b

Please sign in to comment.