Skip to content

Commit

Permalink
chore: add needed extension for dx
Browse files Browse the repository at this point in the history
  • Loading branch information
musshal committed Jul 4, 2024
1 parent e2d7a94 commit 3ce4e26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"remoteUser": "root",
"customizations": {
"vscode": {
"extensions": ["esbenp.prettier-vscode"]
"extensions": [
"esbenp.prettier-vscode",
"mhutchie.git-graph",
"ms-vsliveshare.vsliveshare"
]
}
}
}

0 comments on commit 3ce4e26

Please sign in to comment.