Merge 8c47004b62629adce39065cfd4a762837b9a2461 into 4a24838f3d5601fd639834081e118c2995d51e1c

This commit is contained in:
twsl 2025-09-25 17:17:08 -07:00 committed by GitHub
commit 8c914d6c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
}
}
}