Skip to content

Commit 0c84ac0

Browse files
authored
Merge pull request #60 from Charlytoc/master
Update compiler, CLI and editor to match new version
2 parents 2d76d0e + f52e699 commit 0c84ac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extensions": ["learn-pack.learnpack-vscode"]
2222
}
2323
},
24-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].35 -g && learnpack plugins:install @learnpack/[email protected].0"
24+
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected].3"
2525

2626
// Features to add to the dev container. More info: https://containers.dev/features.
2727
// "features": {},

learn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"graded": true,
2020

2121
"editor": {
22-
"version": "3.1.9"
22+
"version": "3.1.23"
2323
}
2424

2525
}

0 commit comments

Comments
 (0)