File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
-
2
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
3
2
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
4
3
{
13
12
"*.md" : " vscode.markdown.preview.editor"
14
13
}
15
14
},
16
- "extensions" : [" learn-pack.learnpack-vscode " ]
15
+ "extensions" : [" learn-pack.learnpack-vscore " ]
17
16
}
18
17
},
19
18
23
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24
23
// "forwardPorts": [],
25
24
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 "
27
26
28
27
// Use 'postCreateCommand' to run commands after the container is created.
29
28
// "postCreateCommand": "yarn install",
33
32
34
33
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
35
34
// "remoteUser": "root"
36
- }
35
+ }
You can’t perform that action at this time.
0 commit comments