File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33{
44 "name" : " Node.js" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/javascript-node:0-16 " ,
6+ "image" : " mcr.microsoft.com/devcontainers/javascript-node:22 " ,
77 "customizations" : {
88 "vscode" : {
99 "settings" : {
2222 // Use 'forwardPorts' to make a list of ports inside the container available locally.
2323 // "forwardPorts": [],
2424
25- "onCreateCommand" : " npm i jest@29.7.0 -g && npm i jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.29 -g && learnpack plugins:install @learnpack/react"
25+ "onCreateCommand" : " npm i jest@29.7.0 -g && npm i jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/react"
2626
2727 // Use 'postCreateCommand' to run commands after the container is created.
2828 // "postCreateCommand": "yarn install",
You can’t perform that action at this time.
0 commit comments