mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-15 21:25:09 +00:00
Add vscode ext for jest test explorer
This commit is contained in:
parent
de96f4613b
commit
8c47004b62
@ -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…
x
Reference in New Issue
Block a user