fix script path

This commit is contained in:
Andrew Maguire
2023-01-03 15:39:36 +00:00
parent 0bdfdcd8f5
commit 671e33460d
+1 -1
View File
@@ -6,7 +6,7 @@
"version": "latest"
}
},
"postCreateCommand": "post_create_command.sh",
"postCreateCommand": "bash .devcontainer/post_create_command.sh",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot"]