mirror of
https://github.com/actions/download-artifact
synced 2025-09-23 12:18:06 +00:00
Merge 8c47004b62
into de96f4613b
This commit is contained in:
commit
9514790bc8
1 changed files with 8 additions and 1 deletions
|
@ -2,5 +2,12 @@
|
|||
// 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"
|
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"Orta.vscode-jest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue