try multiple folders

This commit is contained in:
Andrew Maguire
2023-01-06 13:16:46 +00:00
committed by GitHub
parent d182f6f093
commit 21986694c9
4 changed files with 17 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"]
}
}
}
@@ -0,0 +1,2 @@
# ensure pre-commit is installed
pre-commit install