1- 21// For format details, see https://aka.ms/devcontainer.json. For config options, see the
32// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
43{
1312 "*.md" : " vscode.markdown.preview.editor"
1413 }
1514 },
16- "extensions" : [" learn-pack.learnpack-vscode " ]
15+ "extensions" : [" learn-pack.learnpack-vscore " ]
1716 }
1817 },
1918
2322 // Use 'forwardPorts' to make a list of ports inside the container available locally.
2423 // "forwardPorts": [],
2524
26- "onCreateCommand" : " npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/html @1.1.7"
25+ "onCreateCommand" : " npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/dom @1.1.7 @learnpack/node@1.1.13 "
2726
2827 // Use 'postCreateCommand' to run commands after the container is created.
2928 // "postCreateCommand": "yarn install",
3332
3433 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3534 // "remoteUser": "root"
36- }
35+ }
0 commit comments