Skip to content

Commit 112c416

Browse files
authored
Merge pull request #62 from Charlytoc/master
Update with new version of editor and cli
2 parents ed8f598 + 8e51e9d commit 112c416

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.devcontainer/devcontainer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
23
// README at: https://github.com/devcontainers/templates/tree/main/src/python
34
{
@@ -21,7 +22,7 @@
2122
"extensions": ["learn-pack.learnpack-vscode"]
2223
}
2324
},
24-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/python@1.0.3"
25+
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
2526

2627
// Features to add to the dev container. More info: https://containers.dev/features.
2728
// "features": {},
@@ -38,3 +39,4 @@
3839
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3940
// "remoteUser": "root"
4041
}
42+

learn.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
1919
"graded": true,
2020

21-
"editor": {
22-
"version": "3.1.23"
23-
},
21+
"editor": {
22+
"version": "3.1.36"
23+
},
24+
"telemetry": {
25+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
26+
},
2427
"video": {
2528
"intro": {
2629
"es": "https://www.youtube.com/watch?v=SD9lqR67yMY",
@@ -29,4 +32,4 @@
2932
}
3033

3134

32-
}
35+
}

0 commit comments

Comments
 (0)