Skip to content

Commit 628e335

Browse files
committed
Updating to latest version of LearnPack Node and DOm
1 parent 94bab6b commit 628e335

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.devcontainer/devcontainer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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
{
@@ -13,7 +12,7 @@
1312
"*.md": "vscode.markdown.preview.editor"
1413
}
1514
},
16-
"extensions": ["learn-pack.learnpack-vscode"]
15+
"extensions": ["learn-pack.learnpack-vscore"]
1716
}
1817
},
1918

@@ -23,7 +22,7 @@
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",
@@ -33,4 +32,4 @@
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

Comments
 (0)