download-artifact/.devcontainer/devcontainer.json
2025-08-13 10:52:16 +00:00

14 lines
374 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/typescript-node
{
"name": "@actions/download-artifact",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16",
"customizations": {
"vscode": {
"extensions": [
"Orta.vscode-jest"
]
}
}
}