try subfolder

This commit is contained in:
Andrew Maguire
2023-01-06 13:41:46 +00:00
committed by GitHub
parent 21986694c9
commit cbd99e1ec8
3 changed files with 5 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "Open-Assistant",
"image": "mcr.microsoft.com/vscode/devcontainers/universal",
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {
"version": "latest"
}
},
"postCreateCommand": "bash .devcontainer/post_create_command.sh",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot"]
}
}
}