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