add frontend devcontainer

This commit is contained in:
Andrew Maguire
2023-01-06 13:56:45 +00:00
committed by GitHub
parent cbd99e1ec8
commit b4cbbe13b0
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"version": "latest"
}
},
"postCreateCommand": "bash .devcontainer/post_create_command.sh",
"postCreateCommand": "bash .devcontainer/frontend/post_create_command.sh",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot"]