D3lta/.devcontainer/devcontainer.json
Viginum-DataScientist-6 1151e21254 feat(devcontainer): install prebuilt nektos/act executable
- Remove the now-unneeded gh CLI devcontainer feature.
2025-07-30 16:56:56 +02:00

18 строки
419 B
JSON

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name": "Python 3",
"dockerFile": "./Dockerfile",
"context": "..",
"customizations": {
"vscode": {
"extensions": [
"github.vscode-github-actions"
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
}
}