mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
b1fbd0fa96
add backend-dev devcontainer and extract openapi.json to docs/
16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"name": "Open-Assistant",
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/universal",
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {
|
|
"version": "latest"
|
|
}
|
|
},
|
|
"postCreateCommand": "bash .devcontainer/backend-dev/post_create_command.sh",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["GitHub.copilot"]
|
|
}
|
|
}
|
|
}
|