This commit is contained in:
Andrew Maguire
2023-01-03 15:10:43 +00:00
parent 446b69ad60
commit 39d5e67421
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
# devcontainer
todo
# devcontainer
todo
+3 -1
View File
@@ -2,7 +2,9 @@
"name": "Open-Assistant",
"image": "mcr.microsoft.com/vscode/devcontainers/universal",
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {"version": "latest"}
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {
"version": "latest"
}
},
"postCreateCommand": "post_create_command.sh",
"customizations": {