Skip to content

Commit edea941

Browse files
authored
Merge pull request #141 from Charlytoc/master
Updated to use the latest editor version, CLi and compilers
2 parents 2acf1a2 + ada1409 commit edea941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].35 -g && learnpack plugins:install learnpack-html@0.0.20"
25+
"onCreateCommand": "npm i [email protected] -g && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/html@1.1.2"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",

learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"disabledActions": [],
2323
"disableGrading": false,
2424
"editor": {
25-
"version": "3.1.9"
25+
"version": "3.1.23"
2626
}
2727
}

0 commit comments

Comments
 (0)