mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-31 15:02:17 +00:00
Merge f580117b63 into 37930b1c2a
This commit is contained in:
commit
de89855fd2
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…
Add table
Add a link
Reference in a new issue